diff --git a/bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js b/bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js index 7e9d7433b79af5cc111a443979c3db9fc9c70873..05d07355da9193bc7b83609b76dc5f39cc9766be 100755 --- a/bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js +++ b/bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js @@ -47,8 +47,10 @@ function callIntoConference(voiceBridge, callback, isListenOnly, stunTurn = null // if additional stun configuration is passed, store the information if (stunTurn != null) { - html5StunTurn['stunServers'] = stunTurn.stun; - html5StunTurn['turnServers'] = stunTurn.turn; + html5StunTurn = { + stunServers: stunTurn.stun, + turnServers: stunTurn.turn, + }; } // reset callerIdName