ResponseJoinLocalRoom class

Constructors

ResponseJoinLocalRoom({RtpCapabilities? rtpCapabilities, bool? isHost, bool? eventStarted, bool? isBanned, bool? hostNotJoined, MeetingRoomParams? eventRoomParams, RecordingParams? recordingParams, String? secureCode, String? mediasfuURL, String? apiKey, String? apiUserName, bool? allowRecord})
Constructor for initializing the ResponseJoinLocalRoom object.
ResponseJoinLocalRoom.fromJson(Map<String, dynamic> map)
Creates a ResponseJoinLocalRoom object from a Map.
factory

Properties

allowRecord bool?
final
apiKey String?
final
apiUserName String?
final
eventRoomParams MeetingRoomParams?
final
eventStarted bool?
final
hashCode int
The hash code for this object.
no setterinherited
hostNotJoined bool?
final
isBanned bool?
final
isHost bool?
final
mediasfuURL String?
final
recordingParams RecordingParams?
final
rtpCapabilities RtpCapabilities?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secureCode String?
final

Methods

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

Operators

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