mirror of
https://api.glitch.com/git/yaswvc
synced 2026-01-12 03:18:10 +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',
|
||||
},
|
||||
debug: 3
|
||||
debug: 0
|
||||
}),
|
||||
stream: null,
|
||||
calls: [],
|
||||
|
|
@ -194,7 +194,7 @@ var app = new Vue({
|
|||
call.peerConnection.removeStream(this.stream);
|
||||
console.log('local streams',call.peerConnection.getLocalStreams());
|
||||
console.log('Adding stream', stream)
|
||||
call.peerConenction.addStream(stream);
|
||||
call.peerConnection.addStream(stream);
|
||||
console.log('local streams',call.peerConnection.getLocalStreams());
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue