Browse Source

视频聊天功能-开发中

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

7
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'
}
}
},

Loading…
Cancel
Save