NEMeetingOptions class

提供创建和加入会议时必要的基本配置信息和选项开关,通过这些配置和选项可控制入会时的行为,如音视频的开启状态等

See also:

Inheritance
Implementers

Constructors

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

Properties

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

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