MeetingRoomParams class

Constructors

MeetingRoomParams({required int itemPageLimit, required String mediaType, required bool addCoHost, required String targetOrientation, required String targetOrientationHost, required String targetResolution, required String targetResolutionHost, required dynamic type, required String audioSetting, required String videoSetting, required String screenshareSetting, required String chatSetting})
MeetingRoomParams.fromJson(Map<String, dynamic> json)
factory

Properties

addCoHost bool
final
audioSetting String
final
chatSetting String
final
hashCode int
The hash code for this object.
no setterinherited
itemPageLimit int
final
mediaType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshareSetting String
final
targetOrientation String
final
targetOrientationHost String
final
targetResolution String
final
targetResolutionHost String
final
type ↔ dynamic
getter/setter pair
videoSetting 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