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