bugfix
This commit is contained in:
parent
b218d7e62e
commit
2d3757b348
@ -157,7 +157,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
||||
}
|
||||
send_candidate(peer_info, event){
|
||||
if (event.candidate) {
|
||||
var candidate = event.candidate.candidate;
|
||||
var candidate = event.candidate;
|
||||
console.log('send_candidate(), candidate=', candidate);
|
||||
this.socket.send(JSON.stringify({
|
||||
type: 'iceCandidate',
|
||||
|
Loading…
Reference in New Issue
Block a user