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