CreateMediaSFURoomOptions class

Constructors

CreateMediaSFURoomOptions({required String action, required int duration, required int capacity, required String userName, int? scheduledDate, String? secureCode, EventType? eventType, MeetingRoomParams? meetingRoomParams, RecordingParams? recordingParams, bool? recordOnly = false, bool? safeRoom = false, bool? autoStartSafeRoom = false, String? safeRoomAction = "kick", bool? dataBuffer = false, String? bufferType = "all"})
CreateMediaSFURoomOptions.fromMap(Map<String, dynamic> map)
factory

Properties

action String
final
autoStartSafeRoom bool?
getter/setter pair
bufferType String?
getter/setter pair
capacity int
final
dataBuffer bool?
getter/setter pair
duration int
final
eventType EventType?
final
hashCode int
The hash code for this object.
no setterinherited
meetingRoomParams MeetingRoomParams?
final
recordingParams RecordingParams?
final
recordOnly bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeRoom bool?
getter/setter pair
safeRoomAction String?
getter/setter pair
scheduledDate int?
final
secureCode String?
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