xiangpei
2024-10-29 0d3af1e3612bf691d11ecaf8b013638808a73d7f
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,
@@ -55,7 +55,7 @@
        ]
      },
      ModeratorIndicator: true,
      startSilent: true,
      startSilent: false,
      //禁用改名
      readOnlyName: true,
      //参会者名单
@@ -107,7 +107,7 @@
      // 禁用邀请
      disableInviteFunctions: true,
      //禁用全部静音
      disableRemoteMute: true,
      disableRemoteMute: false,
      //主持人选项
      participantsPane: {
        enabled: false,
@@ -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'
});