ConferenceCreateParameters class Models

The ConferenceCreateParameters class allows defining conference parameters.

Constructors

ConferenceCreateParameters()

Properties

dolbyVoice bool
A boolean that indicates whether an application wishes to create a conference with Dolby Voice enabled. For more information about Dolby Voice, see the Dolby Voice article. By default, the parameter is set to true.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
liveRecording bool?
A boolean that enables and disables live recording. Specify this parameter during the conference creation:
read / write
rtcpMode RTCPMode?
The bitrate adaptation mode for video transmission. The parameter triggers a server to monitor the receivers’ available bandwidth. Based on the analyzed value, the server informs the video sender to automatically adjust the quality of the transmitted video streams.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
ttl num?
The time to live that allows customizing time after which the SDK terminates empty conferences (is seconds). The default ttl value is 0.
read / write
videoCodec Codec?
The preferred video codec, either H264 or VP8. By default, the SDK uses the H264 codec.
read / write

Methods

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