src/views/meet/index.vue
@@ -82,9 +82,21 @@ methods: { muteEveryone () { this.jitsiApi.executeCommand('muteEveryone', 'audio') const h = this.$createElement; this.$notify({ title: '提示', message: h('i', { style: 'color: teal'}, '已全体禁音') }); }, videoEveryone () { this.jitsiApi.executeCommand('muteEveryone', 'video') const h = this.$createElement; this.$notify({ title: '提示', message: h('i', { style: 'color: teal'}, '已关闭全体视频') }); }, handleCommand (command) { this.sendMessage(JSON.stringify(command))