瀏覽代碼

视频聊天功能-开发中

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'