MeetParams constructor

MeetParams({
  1. String? language = 'zh_CN',
  2. bool? localOpenMic = true,
  3. bool? localOpenCam = true,
  4. bool? localOpenSpeaker = true,
  5. bool? topbarSpeakerSwitch = true,
  6. bool? topbarCameraSwitch = true,
  7. bool? topbarMeetingInfo = true,
  8. bool? topbarExitMeeting = true,
  9. bool? meetingInfoConfurl = true,
  10. bool? meetingInfoCopy = true,
  11. bool? meetingInfoHostpswd = true,
  12. bool? pstn = true,
  13. bool? bottomMic = true,
  14. bool? bottomCamera = true,
  15. bool? bottomShare = true,
  16. bool? bottomMember = true,
  17. bool? bottomMore = true,
  18. bool? shareScreen = true,
  19. bool? shareCompanyDisk = true,
  20. bool? sharePersonDisk = true,
  21. bool? shareWhiteBoard = true,
  22. bool? shareOpenedDoc = true,
  23. bool? shareAlbum = true,
  24. bool? moreMiniVideo = true,
  25. bool? moreInvite = true,
  26. bool? moreStartServerRecord = true,
  27. bool? moreStopServerRecord = true,
  28. bool? moreLive = true,
  29. bool? moreVote = true,
  30. bool? moreRollcall = true,
  31. bool? moreIm = true,
  32. bool? moreVbg = true,
  33. bool? moreFloating = true,
  34. bool? moreStartCaptions = true,
  35. bool? moreStopCaptions = true,
  36. bool? moreSetting = true,
  37. bool? singleTask = true,
})

Implementation

MeetParams({
  String? language = 'zh_CN', // 目前支持zh_CN和en_US
  bool? localOpenMic = true,
  bool? localOpenCam = true,
  bool? localOpenSpeaker = true,
  // 是否显示
  bool? topbarSpeakerSwitch = true, // 顶部_扬声器听筒切换
  bool? topbarCameraSwitch = true, // 顶部_前后摄像头切换
  bool? topbarMeetingInfo = true, // 顶部_会议信息
  bool? topbarExitMeeting = true, // 顶部_退出会议
  bool? meetingInfoConfurl = true, // 会议信息_会议链接
  bool? meetingInfoCopy = true, // 会议信息_复制邀请信息
  bool? meetingInfoHostpswd = true, // 会议信息_主持人密码
  bool? pstn = true, // 电话
  bool? bottomMic = true, // 底部_麦克风
  bool? bottomCamera = true, // 底部_摄像头
  bool? bottomShare = true, // 底部_共享
  bool? bottomMember = true, // 底部_成员
  bool? bottomMore = true, // 底部_更多
  bool? shareScreen = true, // 共享_手机屏幕
  bool? shareCompanyDisk = true, // 共享_企业网盘
  bool? sharePersonDisk = true, // 共享_个人网盘
  bool? shareWhiteBoard = true, // 共享_白板
  bool? shareOpenedDoc = true, // 共享_已打开文档
  bool? shareAlbum = true, // 共享_手机相册
  bool? moreMiniVideo = true, // 更多_小视频
  bool? moreInvite = true, // 更多_邀请
  bool? moreStartServerRecord = true, // 更多_开启云端录制
  bool? moreStopServerRecord = true, // 更多_结束云端录制
  bool? moreLive = true, // 更多_直播
  bool? moreVote = true, // 更多_投票
  bool? moreRollcall = true, // 更多_点名
  bool? moreIm = true, // 更多_聊天
  bool? moreVbg = true, // 更多_虚拟背景
  bool? moreFloating = true, // 更多_浮窗显示
  bool? moreStartCaptions = true, // 更多_开启字幕
  bool? moreStopCaptions = true, // 更多_关闭字幕
  bool? moreSetting = true, // 更多_设置
  bool? singleTask = true, // 浮窗
});