mirror of
https://api.glitch.com/git/yaswvc
synced 2026-01-12 05:08:11 +00:00
💃🌘 Checkpoint
./public/main.js:5975361/30
This commit is contained in:
parent
2c99731d00
commit
14b5353c7e
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ var app = new Vue({
|
||||||
],
|
],
|
||||||
'sdpSemantics': 'unified-plan',
|
'sdpSemantics': 'unified-plan',
|
||||||
},
|
},
|
||||||
debug: 3
|
debug: 0
|
||||||
}),
|
}),
|
||||||
stream: null,
|
stream: null,
|
||||||
calls: [],
|
calls: [],
|
||||||
|
|
@ -194,7 +194,7 @@ var app = new Vue({
|
||||||
call.peerConnection.removeStream(this.stream);
|
call.peerConnection.removeStream(this.stream);
|
||||||
console.log('local streams',call.peerConnection.getLocalStreams());
|
console.log('local streams',call.peerConnection.getLocalStreams());
|
||||||
console.log('Adding stream', stream)
|
console.log('Adding stream', stream)
|
||||||
call.peerConenction.addStream(stream);
|
call.peerConnection.addStream(stream);
|
||||||
console.log('local streams',call.peerConnection.getLocalStreams());
|
console.log('local streams',call.peerConnection.getLocalStreams());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue