Browse Source

视频聊天功能-开发中

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

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

@ -48,16 +48,12 @@
state: 'NOT_CONNECTED', state: 'NOT_CONNECTED',
candidates: [], candidates: [],
configuration: { configuration: {
iceServers: { iceServers: [{
iceServers: [ 'url': 'turn:www.boxim.online:3478',
{ 'credential': "admin123",
'url': 'turn:www.boxim.online:3478', 'username': "admin"
'credential': "admin123", }],
'username': "admin" sdpSemantics: 'plan-b'
}
],
sdpSemantics: 'plan-b'
}
} }
} }
}, },

Loading…
Cancel
Save