CreateLocalRoomParameters class

Constructors

CreateLocalRoomParameters({required String eventID, required int duration, required int capacity, required String userName, required DateTime scheduledDate, required String secureCode, bool? waitRoom, RecordingParams? recordingParams, MeetingRoomParams? eventRoomParams, String? videoPreference, String? audioPreference, String? audioOutputPreference, String? mediasfuURL})
CreateLocalRoomParameters.fromJson(Map<String, dynamic> json)
factory

Properties

audioOutputPreference String?
getter/setter pair
audioPreference String?
getter/setter pair
capacity int
getter/setter pair
duration int
getter/setter pair
eventID String
getter/setter pair
eventRoomParams MeetingRoomParams?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mediasfuURL String?
getter/setter pair
recordingParams RecordingParams?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledDate DateTime
getter/setter pair
secureCode String
getter/setter pair
userName String
getter/setter pair
videoPreference String?
getter/setter pair
waitRoom bool?
getter/setter pair

Methods

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

Operators

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