浏览代码

视频聊天功能-开发中

xie.bx 3 年之前
父节点
当前提交
81be2ad41f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      im-ui/src/components/chat/ChatPrivateVideo.vue

+ 2 - 2
im-ui/src/components/chat/ChatPrivateVideo.vue

@@ -50,8 +50,8 @@
 				configuration: {
 					iceServers: [{
 						'urls': 'turn:www.boxim.online:3478',
-						'credential': "admin",
-						'username': "admin123"
+						'credential': "admin123",
+						'username': "admin"
 					}]
 				}
 			}