Fix connection issues

This commit is contained in:
Pierre HUBERT 2020-04-13 16:58:43 +02:00
parent 3fe8b2f438
commit 24218cf1e1

View File

@ -694,6 +694,10 @@ class CallWindow extends CustomEvents {
*/
async startStreaming(includeVideo, shareScreen = false) {
// Close any previous connection
this.closeMainPeer();
this.refreshButtonsState()
let stream;
// Get user screen
@ -731,6 +735,7 @@ class CallWindow extends CustomEvents {
// Show user video
await this.applyStream(userID(), true, stream)
this.refreshButtonsState()
this.mainPeer = new SimplePeer({
initiator: true,