fuliqi
2024-10-17 a2f97c0a741c3185fb30a505c916c94f78b21906
meet websocket
1个文件已修改
4 ■■■■ 已修改文件
src/views/meet/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/meet/index.vue
@@ -21,7 +21,7 @@
onMounted(() => {
  const width = window.innerWidth;
  const height = window.innerHeight;
  const domain = 'ycl.easyblog.vip:8443/' + id;
  const domain = 'www.kgmeet.com:8443/' + id;
  const options = {
    roomName: meetName,
    width: width,
@@ -140,7 +140,7 @@
}
const {status, message, error, connect, disconnect, sendMessage} = useWebScoket({
  url: 'ws://127.0.0.1:8000/websocket/' + userInfo._rawValue.id,
  url: 'ws://www.kgmeet.com:18443/websocket/' + userInfo._rawValue.id,
  heartBeatData: 'ping'
});