fuliqi
2024-07-26 649cdc616e19602d7bfb9a1d825580b3c38a6e64
会议按钮
1个文件已修改
57 ■■■■■ 已修改文件
src/views/meet/index.vue 57 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/meet/index.vue
@@ -33,24 +33,71 @@
      },
      //禁用改名
      readOnlyName: true,
      //参会者名单
      remoteVideoMenu: {
        disabled: true,
        disabled: false,
        disableKick: true,
        disableGrantModerator: true
        disableGrantModerator: true,
        disabledDemote: false
      },
      // 自定义按钮
      // 自定义按钮
      toolbarButtons: [
        // 摄像头
        'camera',
        // 聊天
        'chat',
        // 'closedcaptions',
        // 共享
        'desktop',
        'download',
        // 'embedmeeting',
        // 'etherpad',
        // 'feedback',
        // 'filmstrip',
        'fullscreen',
        'hangup',
        // 'help',
        'highlight',
        // 'invite',
        'linktosalesforce',
        'livestreaming',
        'microphone',
        'noisesuppression',
        // 'participants-pane',
        // 'profile',
        // 'raisehand',
        'recording',
        // 'security',
        'select-background',
        'settings',
        'shareaudio',
        'sharedvideo',
        'shortcuts',
        'stats',
        'tileview',
        'toggle-camera',
        // 'videoquality',
        'whiteboard'
      ],
      // 禁用邀请
      disableInviteFunctions: true,
      //禁用全部静音
      disableRemoteMute: true,
      //主持人选项
      participantsPane: {
        enabled: true,
        enabled: false,
        hideMoreActionsButton: true,
        hideModeratorSettingsTab: true,
        hideMuteAllButton: true,
      },
      //取消退出页面
      enableClosePage: false,
      whiteboard: {
        enabled: true
      }
    },
    toolbarButtons: ['whiteboard',],
    userInfo: {
      displayName: userName
    }
@@ -62,7 +109,7 @@
const jitsiInit = () => {
  jitsiApi.addListener('readyToClose', () => {
    window.close()
  });
}