Browse Source

视频聊天功能-开发中

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

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

@ -48,18 +48,14 @@
state: 'NOT_CONNECTED',
candidates: [],
configuration: {
iceServers: {
iceServers: [
{
iceServers: [{
'url': 'turn:www.boxim.online:3478',
'credential': "admin123",
'username': "admin"
}
],
}],
sdpSemantics: 'plan-b'
}
}
}
},
methods: {
init() {

Loading…
Cancel
Save