ConferenceStatusNotificationData class Models

The ConferenceStatusNotificationData class gathers information about a conference status.

Constructors

ConferenceStatusNotificationData(String? conferenceAlias, String? conferenceId, bool? live, List<Participant> participants)

Properties

conferenceAlias String?
The conference alias.
read / write
conferenceId String?
The conference ID.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
live bool?
Information whether the conference is ongoing.
read / write
participants List<Participant>
The list of the conference participants.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<Object?, Object?>
Returns a representation of this object as a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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