NECreateRoomOptions class Null safety

Constructors

NECreateRoomOptions({bool enableRecord = false, bool enableLive = false, bool enableRtc = true, bool enableChatroom = false, bool enableWhiteboard = false, bool enableSip = false})

Properties

enableChatroom bool
final
enableLive bool
final
enableRecord bool
final
enableRtc bool
final
enableSip bool
final
enableWhiteboard bool
final
hashCode int
The hash code for this object.
read-only, inherited
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.
inherited

Operators

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