html: fix syntax problem in iceServers (#77)
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
<script>
|
||||
function startWebRTC() {
|
||||
const iceServers = [
|
||||
[ { urls: ['stun:stun.l.google.com:19302'] } ]
|
||||
{ urls: ['stun:stun.l.google.com:19302'] }
|
||||
];
|
||||
|
||||
var pc = null;
|
||||
|
Reference in New Issue
Block a user