VideoMeeting class

Inheritance
  • Object
  • AppJsonSerializable
  • VideoMeeting

Constructors

VideoMeeting.new({int? id, String? uuid, String? label, int? scheduledAt, int? startedAt, int? endAt, int? duration, int? adminUsernameId, String? livekitRoomName, String? livekitSessionId, int? costPrice, String? currency, String? accessToken, String? hostUrl, List<int>? participantsAllowed, List<int>? currentParticipants, List<AccountBase>? participantsAllowedObjects})
VideoMeeting.fromJson(Map<String, dynamic> json)

Properties

accessToken String?
getter/setter pair
adminUsernameId int?
getter/setter pair
costPrice int?
getter/setter pair
currency String?
getter/setter pair
currentParticipants List<int>?
getter/setter pair
duration int?
getter/setter pair
endAt int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostUrl String?
getter/setter pair
id int?
getter/setter pair
label String?
getter/setter pair
livekitRoomName String?
getter/setter pair
livekitSessionId String?
getter/setter pair
participantsAllowed List<int>?
getter/setter pair
participantsAllowedObjects List<AccountBase>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledAt int?
getter/setter pair
startedAt int?
getter/setter pair
uuid String?
getter/setter pair

Methods

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

Operators

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

Static Methods

fromList(List<Map<String, dynamic>> list) List<VideoMeeting>