ConferenceCreateOption class Models

The ConferenceCreateOption class allows defining conference details.

Constructors

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

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
spatialAudioStyle SpatialAudioStyle?
Defines how the spatial location should be communicated between the SDK and the Dolby.io server. Setting the spatial audio style is supported only on SDK 3.6 and later. The earlier SDK versions support only the individual mode.
getter/setter pair

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