Rate this page:

VICallSettings

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

Constructors

VICallSettings

Copy URL

Props

customData

Copy URL

String?

customData

Custom string associated with the call session.

It can be passed to the Voximplant Cloud to be obtained from the CallAlerting event or Call History using HTTP API.

Maximum size is 200 bytes.

Use VICall.sendMessage to pass a string over the limit; in order to pass a large data use media_session_access_url on your backend.

Returns

  • type:

    String?

enableSimulcast

Copy URL

bool?

enableSimulcast

Specify if simulcast feature should be enabled in the conference call.

Returns

  • type:

    bool?

extraHeaders

Copy URL

Map<String, String>?

extraHeaders

Optional set of headers to be sent to the Voximplant cloud.

Names must begin with "X-" to be processed by SDK.

Returns

  • type:

    Map<String, String>?

preferredVideoCodec

Copy URL

VIVideoCodec

preferredVideoCodec

Preferred video codec for a call.

AUTO by default.

Returns

videoFlags

Copy URL

VIVideoFlags

videoFlags

Specifies video direction for a call.

Video is disabled by default.

Returns