diff --git a/im-ui/src/components/chat/ChatPrivateVideo.vue b/im-ui/src/components/chat/ChatPrivateVideo.vue index 02dd2d9..d036654 100644 --- a/im-ui/src/components/chat/ChatPrivateVideo.vue +++ b/im-ui/src/components/chat/ChatPrivateVideo.vue @@ -48,8 +48,10 @@ state: 'NOT_CONNECTED', candidates: [], configuration: { - iceServers: [{ - 'urls': 'turn:www.boxim.online:3478', + iceServers: [ + { 'url': 'stun:stun.l.google.com:19302' }, + { + 'url': 'turn:www.boxim.online:3478', 'credential': "admin123", 'username': "admin" }]