소스 검색

视频聊天功能-开发中

xie.bx 3 년 전
부모
커밋
cb5a41cd86
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      im-ui/src/components/chat/ChatPrivateVideo.vue

+ 5 - 0
im-ui/src/components/chat/ChatPrivateVideo.vue

@@ -49,6 +49,11 @@
 				candidates: [],
 				configuration: {
 					iceServers: [{
+							'url': 'stun:www.boxim.online:3478',
+							'credential': 'admin123',
+							'username': 'admin'
+						},
+						{
 							'url': 'turn:www.boxim.online:3478',
 							'credential': 'admin123',
 							'username': 'admin'