Explorar el Código

视频聊天功能-开发中

xie.bx hace 3 años
padre
commit
e26d61b26f
Se han modificado 1 ficheros con 1 adiciones y 6 borrados
  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'
+					
 				}
 			}
 		},