Skip to content
/ kvmd Public

Commit 60f9cc3

Browse files
committed
web: janus: fixed ice servers callback
1 parent 6464283 commit 60f9cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/share/js/kvm/stream_janus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export function JanusStreamer(__setActive, __setInactive, __setInfo, __organizeH
126126
"server": tools.makeWsUrl("janus/ws"),
127127
"ipv6": true,
128128
"destroyOnUnload": false,
129-
"iceServers": () => function() {
129+
"iceServers": function() {
130130
if (__ice !== null && __ice.url) {
131131
__logInfo("Using the custom ICE Server got from uStreamer:", __ice);
132132
return [{"urls": __ice.url}];

0 commit comments

Comments
 (0)