MeetingInfo class

Constructors

MeetingInfo({String? meetingID, String? meetingName, String? hostUserID, int? createTime, int? startTime, int? endTime, bool? participantCanEnableVideo, bool? onlyHostInviteUser, bool? joinDisableVideo, bool? participantCanUnmuteSelf, bool? isMuteAllMicrophone, List<String>? inviteeUserIDList})
MeetingInfo.fromJson(Map<String, dynamic> json)

Properties

createTime int?
getter/setter pair
endTime int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostUserID String?
getter/setter pair
inviteeUserIDList List<String>?
getter/setter pair
isMuteAllMicrophone bool?
getter/setter pair
joinDisableVideo bool?
getter/setter pair
meetingID String?
getter/setter pair
meetingName String?
getter/setter pair
onlyHostInviteUser bool?
getter/setter pair
participantCanEnableVideo bool?
getter/setter pair
participantCanUnmuteSelf bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int?
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