Optimization syntax

This commit is contained in:
Deepslient 2023-10-22 10:04:07 +08:00
parent c3994a1f74
commit f17f7400a7
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
audioEnable:document.getElementById('audioEnable').checked, audioEnable:document.getElementById('audioEnable').checked,
videoEnable:document.getElementById('videoEnable').checked, videoEnable:document.getElementById('videoEnable').checked,
recvOnly:recvOnly, recvOnly:recvOnly,
resolution:{w:w,h:h}, resolution:{w,h},
usedatachannel:document.getElementById('datachannel').checked, usedatachannel:document.getElementById('datachannel').checked,
} }
); );