bugfix
This commit is contained in:
parent
fe644faa34
commit
eb4a5419ed
@ -43,7 +43,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
|||||||
this.socket.onmessage = this.signaling_message_handle.bind(this);
|
this.socket.onmessage = this.signaling_message_handle.bind(this);
|
||||||
}
|
}
|
||||||
build_phone(){
|
build_phone(){
|
||||||
opts = {
|
var opts = {
|
||||||
states:[
|
states:[
|
||||||
{
|
{
|
||||||
state:'free',
|
state:'free',
|
||||||
|
Loading…
Reference in New Issue
Block a user