SDKConfig class

'focusSwitchInterval' int 切换焦点视频的间隔(单位:s) 'videoStreamCount' int 订阅视频流个数 (deviceType相关)未单独设置返回默认值 'galleryPageSize' int 画廊单页显示数量 (clientType相关) ''' {"code":0,"msg":"Success","ts":1648556746014,"cost":"50ms","requestId":"a303473a820f4413af04e690dff92191", "data":{"appConfig":{ "APP_ROOM_RESOURCE":{"whiteboard":true,"chatroom":true,"live":true,"rtc":true}}}} '''

Properties

configs Map
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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

appRoomResConfig AppRoomResConfig
app config
no setter
beauty BeautyGlobalConfig
美颜参数配置:证书,开关状态
no setter
focusSwitchInterval int
切换焦点视频的间隔(单位:s)
no setter
galleryPageSize int
画廊单页显示数量 (clientType相关)
no setter
initNotifyStream Stream<bool>
no setter
instance SDKConfig
getter/setter pair
live FunBaseConfig
直播开关状态
no setter
meetingBeautyConfig MeetingBeautyConfig
美颜
no setter
meetingChat FunBaseConfig
会议聊天室开关状态
no setter
meetingRecord FunBaseConfig
会议录制开关状态
no setter
meetingRecordAudioEnable bool
会议音频录制开启,true:开启,false:关闭,true由服务器抄送给应用的回调接口
no setter
meetingRecordMode int
会议录制模式,0:混合与单人,1:混合,2:单人,但只在有值的时候,才会由服务器抄送给应用的回调接口
no setter
meetingRecordVideoEnable bool
会议视频录制开启,true:开启,false:关闭,true由服务器抄送给应用的回调接口
no setter
meetingVirtualBackgroundConfig MeetingVirtualBackgroundConfig
虚拟背景
no setter
sip FunBaseConfig
no setter
videoStreamCount int
订阅视频流个数 (deviceType相关
no setter
whiteboardConfig WhiteBoardGlobalConfig
白板版本配置
no setter

Static Methods

initialize(String appKey) Future<bool>

Constants

getSdkConfigRetryTime → const int
periodicRefreshConfigTime → const Duration
sdkType → const String
sdkVersionCode → const int
sdkVersionName → const String
android version修改对应packages/meeting_sdk_android/gradle.properties的内容 iOS version修改packages/meeting_sdk_ios/NEMeetingScript/spec/NEMeetingSDK.podspec的内容