diff --git a/im-ui/src/components/chat/ChatPrivateVideo.vue b/im-ui/src/components/chat/ChatPrivateVideo.vue index 9d9430c..b3a0613 100644 --- a/im-ui/src/components/chat/ChatPrivateVideo.vue +++ b/im-ui/src/components/chat/ChatPrivateVideo.vue @@ -48,16 +48,12 @@ state: 'NOT_CONNECTED', candidates: [], configuration: { - iceServers: { - iceServers: [ - { - 'url': 'turn:www.boxim.online:3478', - 'credential': "admin123", - 'username': "admin" - } - ], - sdpSemantics: 'plan-b' - } + iceServers: [{ + 'url': 'turn:www.boxim.online:3478', + 'credential': "admin123", + 'username': "admin" + }], + sdpSemantics: 'plan-b' } } },