ConferenceCreateParameters class

The ConferenceCreateParameters class allows defining conference parameters.

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.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
liveRecording bool?
A boolean that enables and disables live recording. Specify this parameter during the conference creation:
getter/setter pair
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.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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.
getter/setter pair
videoCodec Codec?
The preferred video codec, either H264 or VP8. By default, the SDK uses the H264 codec.
getter/setter pair

Methods

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