Optimization syntax
This commit is contained in:
parent
c3994a1f74
commit
f17f7400a7
|
|
@ -155,7 +155,7 @@
|
|||
audioEnable:document.getElementById('audioEnable').checked,
|
||||
videoEnable:document.getElementById('videoEnable').checked,
|
||||
recvOnly:recvOnly,
|
||||
resolution:{w:w,h:h},
|
||||
resolution:{w,h},
|
||||
usedatachannel:document.getElementById('datachannel').checked,
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue