VICallSettings class

Call settings with additional parameters for a call, such as preferred video codec, custom data, video directions and extra headers.

Constructors

VICallSettings()

Properties

customData String?
Custom string associated with the call session.
getter/setter pair
enableSimulcast bool?
Specify if simulcast feature should be enabled in the conference call.
getter/setter pair
extraHeaders Map<String, String>?
Optional set of headers to be sent to the Voximplant cloud.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
preferredVideoCodec VIVideoCodec
Preferred video codec for a call.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoFlags VIVideoFlags
Specifies video direction for a call.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited