bandwidth meter
This commit is contained in:
@@ -125,6 +125,11 @@ export class ChatPageComponent implements OnDestroy {
|
||||
.messages()
|
||||
.filter((entry) => entry.peerId === this.peerId()),
|
||||
);
|
||||
readonly lastIncomingReceiveMetric = computed(() => {
|
||||
const metric = this.session.lastIncomingReceiveMetric();
|
||||
|
||||
return metric?.peerId === this.peerId() ? metric : null;
|
||||
});
|
||||
readonly remoteCallAudioStream = computed(() =>
|
||||
this.session.remoteAudioStreamForPeer(this.callModalPeerId() ?? ''),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user