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.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
params ConferenceCreateParameters?
The conference parameters.
read / write
pinCode num
The PIN code of a conference.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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