SettingsRepository class

Constructors

SettingsRepository.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
meetingRecordAudioEnable bool
会议音频录制开启,true:开启,false:关闭,true由服务器抄送给应用的回调接口
no setter
meetingRecordMode int
会议录制模式,0:混合与单人,1:混合,2:单人,但只在有值的时候,才会由服务器抄送给应用的回调接口
no setter
meetingRecordVideoEnable bool
会议视频录制开启,true:开启,false:关闭,true由服务器抄送给应用的回调接口
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

beautyLevelCache int?
no setter

Static Methods

clear() Future<void>
getBeautyLicenseApi() Future<NEResult<Uint8List>?>
获取用户信息配置
getSettingsApi() Future<NEResult<AccountSettings>>
获取用户信息配置
isBeautyFaceSupported() bool
isMeetingChatSupported() bool
isMeetingCloudRecordSupported() bool
isMeetingLiveSupported() bool
isMeetingWhiteboardSupported() bool
isSipSupported() bool
isVirtualBackgroundFaceSupported() bool
saveSettingsApi(BeautySettings status) Future<NEResult<void>>
保存用户信息配置
setBeautyFaceValue(int value) Future<NEResult<void>>
美颜等级在0-10范围