ConferenceData class

Constructors

ConferenceData({String? conferenceId, ConferenceSolution? conferenceSolution, CreateConferenceRequest? createRequest, List<EntryPoint>? entryPoints, String? notes, ConferenceParameters? parameters, String? signature})
ConferenceData.fromJson(Map json_)

Properties

conferenceId String?
The ID of the conference. Can be used by developers to keep track of conferences, should not be displayed to users. The ID value is formed differently for each conference solution type:
getter/setter pair
conferenceSolution ConferenceSolution?
The conference solution, such as Google Meet. Unset for a conference with a failed create request. Either conferenceSolution and at least one entryPoint, or createRequest is required.
getter/setter pair
createRequest CreateConferenceRequest?
A request to generate a new conference and attach it to the event.
getter/setter pair
entryPoints List<EntryPoint>?
Information about individual conference entry points, such as URLs or phone numbers. All of them must belong to the same conference. Either conferenceSolution and at least one entryPoint, or createRequest is required.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notes String?
Additional notes (such as instructions from the domain administrator, legal notices) to display to the user.
getter/setter pair
parameters ConferenceParameters?
Additional properties related to a conference.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
The signature of the conference data. Generated on server side. Unset for a conference with a failed create request. Optional for a conference with a pending create request.
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