ConferenceCreateOption class

The ConferenceCreateOption class allows defining conference details.

Constructors

ConferenceCreateOption(String? alias, ConferenceCreateParameters? params, num pinCode)

Properties

alias String?
The conference alias. The alias must be a logical and unique string that consists of up to 250 characters, such as letters, digits, and symbols other than #. The alias is case insensitive, which means that using "foobar" and "FOObar" aliases refers to the same conference.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
params ConferenceCreateParameters?
The conference parameters.
getter/setter pair
pinCode num
The PIN code of a conference.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, 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