fuliqi
2024-10-23 4792525459469456bfc44ab085fdb2aa0253a746
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: 'wss://www.kgmeet.com:18443/websocket/' + userInfo._rawValue.id,
  heartBeatData: 'ping'
});