MeetParams constructor
MeetParams({
- String? language = 'zh_CN',
- 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? bottomMember = true,
- bool? bottomMore = 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,
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, // 浮窗
});