Add seperation of voice channels, creation of new ones, and move around users
This commit is contained in:
@@ -219,6 +219,8 @@ export class WebRTCService implements OnDestroy {
|
||||
this.peerMediaFacade.syncScreenShareToPeer(peerId);
|
||||
}
|
||||
|
||||
this.mediaManager.refreshVoiceRouting();
|
||||
|
||||
this.remoteScreenShareRequestController.handlePeerConnected(peerId);
|
||||
});
|
||||
|
||||
@@ -575,6 +577,10 @@ export class WebRTCService implements OnDestroy {
|
||||
this.voiceSessionController.stopVoiceHeartbeat();
|
||||
}
|
||||
|
||||
syncOutgoingVoiceRouting(allowedPeerIds: string[]): void {
|
||||
this.mediaManager.setAllowedVoicePeerIds(allowedPeerIds);
|
||||
}
|
||||
|
||||
/**
|
||||
* Start sharing the screen (or a window) with all connected peers.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user