NEJoinRoomOptions class Null safety
加入房间选项
Constructors
-
NEJoinRoomOptions({bool noVideo = true, bool noAudio = true, Map<
String, dynamic> extras = const <String, dynamic>{}}) - NEJoinRoomOptions.initial()
Properties
-
extras
↔ Map<
String, dynamic> -
音频选项
额外选项
@Deprecated('use `audioProfile` instead'), late, final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- noAudio ↔ bool
-
配置入会时是否关闭本端音频,默认为true,即关闭音频,但在房间中可重新打开
late, final
- noVideo ↔ bool
-
配置入会时是否关闭本端视频,默认为true,即关闭视频,但在房间中可重新打开
late, final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited