NEMeetingFeatureConfig class

功能开关

Constructors

NEMeetingFeatureConfig.new({bool enableRecord = false, bool enableChatroom = false, bool enableLive = false, bool enableRtc = true, bool enableWhiteboard = false, bool enableSip = false})
const

Properties

enableChatroom bool
是否创建聊天室
final
enableLive bool
是否开启直播
final
enableRecord bool
是否开启录制
final
enableRtc bool
是否创建RTC房间
final
enableSip bool
是否开启Sip
final
enableWhiteboard bool
是否创建白板
final
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