CreateRoomOptions class

Constructors

CreateRoomOptions({required String action, required String meetingID, required int duration, required int capacity, required String userName, required int scheduledDate, required String secureCode, required EventType eventType, required bool recordOnly, required String eventStatus, required int startIndex, required int pageSize, required bool safeRoom, required bool autoStartSafeRoom, required String safeRoomAction, required bool dataBuffer, required String bufferType})
CreateRoomOptions.fromMap(Map<String, dynamic> map)
factory

Properties

action String
final
autoStartSafeRoom bool
final
bufferType String
final
capacity int
final
dataBuffer bool
final
duration int
final
eventStatus String
final
eventType EventType
final
hashCode int
The hash code for this object.
no setterinherited
meetingID String
final
pageSize int
final
recordOnly bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeRoom bool
final
safeRoomAction String
final
scheduledDate int
final
secureCode String
final
startIndex int
final
userName String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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