CallSettings
Since 2.6.0Call settings with additional call parameters, such as preferred video codec, custom data, extra headers etc.
Fields
customData
Since 2.6.0Custom 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
extraHeaders
Since 2.6.0Optional set of headers to be sent to the Voximplant cloud. Names must begin with "X-" to be processed by SDK.
preferredVideoCodec
Since 2.6.0Preferred video codec for a particular call that this CallSettings are applied to. VideoCodec.AUTO by default. Overrides ClientConfig.preferredVideoCodec global configuration.
videoFlags
Since 2.6.0Specify video settings (send and receive) for the new call. Video is enabled by default.
Methods
toString
String toString()
Returns
Return:
String