parent
60c8b37f05
commit
4b23d04635
|
|
@ -115,7 +115,7 @@
|
|||
});
|
||||
});
|
||||
}).then(function(answer) {
|
||||
pc.setRemoteDescription(new RTCSessionDescription({type: 'answer', sdp: answer}));
|
||||
return pc.setRemoteDescription(new RTCSessionDescription({type: 'answer', sdp: answer}));
|
||||
}).catch(function(reason) {
|
||||
throw reason;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user