NEJoinMeetingOptions class

提供加入会议时必要的配置信息和选项开关,如音频、视频开关

Inheritance

Constructors

NEJoinMeetingOptions({bool? noVideo, bool? noAudio, bool? showMeetingTime, bool? noChat, bool? noInvite, bool? noSip, bool? noMinimize, bool? noSwitchCamera, bool? noSwitchAudioMode, bool? noWhiteBoard, bool? noRename, bool? audioAINSEnabled, int? defaultWindowMode, int? joinTimeout, bool? noMuteAllVideo, bool? noMuteAllAudio, List<DeviceOrientation>? restorePreferredOrientations, List<NEMeetingMenuItem>? injectedToolbarMenuItems, List<NEMeetingMenuItem>? injectedMoreMenuItems, Map<String, dynamic>? extras, bool? showMemberTag, NERoomAudioProfile? audioProfile})
NEJoinMeetingOptions.fromJson(Map<String, dynamic> json)

Properties

audioProfile NERoomAudioProfile?
音频选项
latefinalinherited
defaultWindowMode int
配置默认会议模式WhiteBoardUtil
latefinalinherited
extras Map<String, dynamic>
额外选项
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
injectedMoreMenuItems List<NEMeetingMenuItem>
"更多"自定义菜单,可添加监听器处理菜单点击事件
latefinalinherited
injectedToolbarMenuItems List<NEMeetingMenuItem>
"Toolbar"自定义菜单
latefinalinherited
joinTimeout int
入会超时时间,单位为毫秒
latefinalinherited
meetingIdDisplayOption int
会议中的"会议号"显示规则
latefinalinherited
noAudio bool
配置入会时是否关闭本端音频,默认为true,即关闭音频,但在房间中可重新打开
latefinalinherited
noChat bool
配置是否在会议界面中显示聊天入口
latefinalinherited
noCloudRecord bool
配置会议中是否显示显示云端录制状态
latefinalinherited
noGallery bool
配置是否开启画廊入口
latefinalinherited
noInvite bool
配置是否在会议界面中显示邀请入口
latefinalinherited
noMinimize bool
配置是否开启最小化会议页面入口
latefinalinherited
noMuteAllAudio bool
配置会议中成员列表是否显示"全体禁音/解除全体静音",默认为false,即显示
latefinalinherited
noMuteAllVideo bool
配置会议中成员列表是否显示"全体关闭/打开视频",默认为true,即不显示
latefinalinherited
noRename bool
配置会议中是否显示"改名"菜单
latefinalinherited
noSip bool
配置是否显示 sip功能菜单
latefinalinherited
noSwitchAudioMode bool
配置会议中是否显示"切换音频模式"按钮
latefinalinherited
noSwitchCamera bool
配置会议中是否显示"切换摄像头"按钮
latefinalinherited
noVideo bool
配置入会时是否关闭本端视频,默认为true,即关闭视频,但在房间中可重新打开
latefinalinherited
noWhiteBoard bool
配置会议中是否显示"共享白板"按钮
latefinalinherited
restorePreferredOrientations List<DeviceOrientation>
页面退出恢复页面原始方向
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showMeetingTime bool
配置是否在会议界面中显示会议时长
latefinalinherited
showMemberTag bool
配置是否显示 NERoomParams.tag 字段。
latefinalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited