ResponseJoinRoom class

Constructors

ResponseJoinRoom.new({RtpCapabilities? rtpCapabilities, bool? success = false, List<String>? roomRecvIPs, MeetingRoomParams? meetingRoomParams, RecordingParams? recordingParams, String? secureCode, bool? recordOnly, bool? isHost, bool? safeRoom, bool? autoStartSafeRoom, bool? safeRoomStarted, bool? safeRoomEnded, String? reason, bool? banned, bool? suspended, bool? noAdmin})
ResponseJoinRoom.fromJson(Map<String, dynamic> json)
factory

Properties

autoStartSafeRoom → bool?
final
banned → bool?
final
hashCode → int
The hash code for this object.
no setterinherited
isHost → bool?
final
meetingRoomParams ↔ MeetingRoomParams?
getter/setter pair
noAdmin → bool?
final
reason → String?
final
recordingParams ↔ RecordingParams?
getter/setter pair
recordOnly → bool?
final
roomRecvIPs ↔ List<String>?
getter/setter pair
rtpCapabilities → RtpCapabilities?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
safeRoom → bool?
final
safeRoomEnded → bool?
final
safeRoomStarted → bool?
final
secureCode → String?
final
success → bool?
final
suspended → bool?
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