瀏覽代碼

视频聊天功能-开发中

xie.bx 3 年之前
父節點
當前提交
e26d61b26f
共有 1 個文件被更改,包括 1 次插入6 次删除
  1. 1 6
      im-ui/src/components/chat/ChatPrivateVideo.vue

+ 1 - 6
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'
+					
 				}
 			}
 		},