Rate this page:

CallSettings

Call settings with additional call parameters, such as preferred video codec, custom data, extra headers etc.

Constructors

CallSettings

Copy URL

Returns

  • type:

    void

Props

CustomData

Copy URL

string

CustomData { get; set; }

A custom string associated with the call session.

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

Maximum size is 200 bytes. Use the ICall.SendMessage(string) method 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

ExtraHeaders

Copy URL

IDictionary<string,string>

ExtraHeaders { get; set; }

An optional set of headers to be sent to the Voximplant cloud. Names must begin with "X-" to be processed by SDK.

Returns

  • type:

    IDictionary<string,string>

VideoCodec

Copy URL

VideoCodec

VideoCodec { get; set; }

A preferred video codec for a particular call. VideoCodec.Auto is applied by default.

Returns

VideoFlags

Copy URL

VideoFlags

VideoFlags { get; set; }

Specify video settings (send and receive) for a new call. Video is disabled by default.

Returns