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