NECreateRoomOptions class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

NECreateRoomOptions({bool enableRecord = false, bool enableLive = false, bool enableRtc = true, bool enableChatroom = false, bool enableWhiteboard = false, bool enableSip = false, bool enableWaitingRoom = false})
NECreateRoomOptions.fromJson(Map map)
factory

Properties

enableChatroom bool
final
enableLive bool
final
enableRecord bool
final
enableRtc bool
final
enableSip bool
final
enableWaitingRoom bool
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.
override

Operators

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