From 0d3af1e3612bf691d11ecaf8b013638808a73d7f Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 29 十月 2024 14:37:08 +0800
Subject: [PATCH] 会议列表状态样式优化

---
 src/views/meet/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/meet/index.vue b/src/views/meet/index.vue
index 24ff712..14a0d0a 100644
--- a/src/views/meet/index.vue
+++ b/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'
 });
 

--
Gitblit v1.8.0