Migrating LoginScene to Svelte
This commit is contained in:
parent
120a488121
commit
13d3227323
13 changed files with 150 additions and 176 deletions
|
@ -60,6 +60,7 @@ export class ScreenSharingPeer extends Peer {
|
|||
const message = JSON.parse(chunk.toString('utf8'));
|
||||
if (message.streamEnded !== true) {
|
||||
console.error('Unexpected message on screen sharing peer connection');
|
||||
return;
|
||||
}
|
||||
mediaManager.removeActiveScreenSharingVideo("" + this.userId);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue