Browse Source

视频聊天功能-开发中

master
xie.bx 3 years ago
parent
commit
b51b9ee943
  1. 6
      im-ui/src/components/chat/ChatPrivateVideo.vue

6
im-ui/src/components/chat/ChatPrivateVideo.vue

@ -48,8 +48,10 @@
state: 'NOT_CONNECTED',
candidates: [],
configuration: {
iceServers: [{
'urls': 'turn:www.boxim.online:3478',
iceServers: [
{ 'url': 'stun:stun.l.google.com:19302' },
{
'url': 'turn:www.boxim.online:3478',
'credential': "admin123",
'username': "admin"
}]

Loading…
Cancel
Save