Quellcode durchsuchen

视频聊天功能-开发中

xie.bx vor 3 Jahren
Ursprung
Commit
e26d61b26f
1 geänderte Dateien mit 1 neuen und 6 gelöschten Zeilen
  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'
+					
 				}
 			}
 		},