bugfix
This commit is contained in:
parent
423aa607ba
commit
4ec9d19adb
@ -268,9 +268,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
||||
async createPeerConnection(to_info) {
|
||||
this.phone.set_state('using');
|
||||
this.peer_w.set_text(to_info.name);
|
||||
if (! this.localVideo.get_stream()){
|
||||
await this.getLocalStream();
|
||||
}
|
||||
await this.getLocalStream();
|
||||
const configuration = {
|
||||
iceServers: [
|
||||
{ urls: this.ice_url },
|
||||
|
Loading…
Reference in New Issue
Block a user