CreateMediaSFURoomOptions class

Constructors

CreateMediaSFURoomOptions.new({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", bool? supportSIP = false, String? directionSIP = "both", bool? preferPCMA = false, bool? supportTranslation = false, String? translationConfigNickName = "", bool? supportFlexRoom = false, bool? supportMaxRoom = false})
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
directionSIP ↔ String?
getter/setter pair
duration → int
final
eventType → EventType?
final
hashCode → int
The hash code for this object.
no setterinherited
meetingRoomParams → MeetingRoomParams?
final
preferPCMA ↔ bool?
getter/setter pair
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
supportFlexRoom ↔ bool?
getter/setter pair
supportMaxRoom ↔ bool?
getter/setter pair
supportSIP ↔ bool?
getter/setter pair
supportTranslation ↔ bool?
getter/setter pair
translationConfigNickName ↔ String?
getter/setter pair
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