NESettingsService class abstract

会议设置服务,可设置入会时、会议中的一些配置信息 如入会时的音视频开关选项,如果在入会时未指定NEMeetingOptions,则使用该设置服务提供的默认值 该设置服务使用设备本地存储,暂不支持漫游

Inheritance

Constructors

NESettingsService()

Properties

hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkConfigChangeStream Stream<bool>
no setter
value Map
The current value stored in this notifier.
getter/setter pairinherited

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
enableAudioAINS(bool enable) → void
开启或关闭音频智能降噪
enableShowMyMeetingElapseTime(bool show) → void
开启或关闭显示会议时长功能
enableVirtualBackground(bool enable) → void
虚拟背景是否显示 enable true 显示 false不显示
getBeautyFaceValue() Future<int>
获取当前美颜参数,关闭返回0 return true-打开,false-关闭
getBuiltinVirtualBackgrounds() Future<List<NEMeetingVirtualBackground>>
获取内置虚拟背景列表
getHistoryMeetingItem() Future<List<NEHistoryMeetingItem>?>
获取历史会议列表。当前仅会返回最近一次的会议记录,不支持漫游保存。
isAudioAINSEnabled() Future<bool>
查询音频智能降噪开启状态
isBeautyFaceEnabled() Future<bool>
查询美颜服务开关状态,关闭在隐藏会中美颜按钮 return true-打开,false-关闭
isMeetingCloudRecordEnabled() Future<bool>
查询云端录制服务开关状态 return true-打开,false-关闭
isMeetingLiveEnabled() Future<bool>
查询会议是否拥有直播权限
isMeetingWhiteboardEnabled() Future<bool>
查询录制服务开关状态 return true-打开,false-关闭
isShowMyMeetingElapseTimeEnabled() Future<bool>
查询显示会议时长功能开启状态
isTurnOnMyAudioWhenJoinMeetingEnabled() Future<bool>
查询入会时的本地音频开关设置状态
isTurnOnMyVideoWhenJoinMeetingEnabled() Future<bool>
查询入会时的本地视频开关设置状态
isVirtualBackgroundEnabled() Future<bool>
查询虚拟背景显示状态 true 显示,false不显示
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
openBeautyUI(BuildContext context) Future<NEResult<void>>
打开美颜界面,必须在init之后调用该接口,支持会前设置和会中使用。 context 上下文
openVirtualBackgroundBeautyUI(BuildContext context) Future<NEResult<void>>
打开美颜界面,必须在init之后调用该接口,支持会前设置和会中使用。 context 上下文
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
setBeautyFaceValue(int value) → void
设置美颜参数 value 传入美颜等级,参数规则为0,10整数
setBuiltinVirtualBackgrounds(List<NEMeetingVirtualBackground> virtualBackgrounds) → void
设置内置虚拟背景列表 virtualBackgrounds 虚拟背景图列表 @linkNEMeetingVirtualBackground
setTurnOnMyAudioWhenJoinMeeting(bool enabled) → void
设置入会时本地音频开关
setTurnOnMyVideoWhenJoinMeeting(bool enabled) → void
设置入会时本地视频开关
toString() String
A string representation of this object.
inherited
updateHistoryMeetingItem(NEHistoryMeetingItem? item) → void
更新历史会议列表

Operators

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