Rate this page:

Config

Voximplant SDK Configuration

Props

H264first

Copy URL
H264first: 

boolean

Optional. Whether to use H264 video codec, if available on the target device

enableTrace

Copy URL
enableTrace: 

boolean

Optional. Whether to show trace in console. The default value is false.

localVideoContainerId

Copy URL
localVideoContainerId: 

string

Optional. Id of HTMLElement that is used as a default container for local video elements. Local videos are appended to the body element by default

micRequired

Copy URL
micRequired: 

boolean

Optional. Whether the microphone access dialog is shown and all functions become available only after user grants access

node

Copy URL
node: 

ConnectionNode

Optional. Node the Voximplant account belongs to

progressTone

Copy URL
progressTone: 

boolean

Optional. Whether to play the progress tones automatically by means of SDK according to specified progressToneCountry. The default value is true.

progressToneCountry

Copy URL
progressToneCountry: 

string

COptional. ountry code for progress tone generated automatically if progressTone is set to true. Available values are: RU, US

queueType

Copy URL
queueType: 

QueueTypes

Optional. Queue type: ACD or SmartQueue.

remoteVideoContainerId

Copy URL
remoteVideoContainerId: 

string

Optional. Id of HTMLElement that is used as a default container for remote video elements. Remote videos are appended to the body element by default

rtcStatsCollectionInterval

Copy URL
rtcStatsCollectionInterval: 

number

Optional. RTC statistics collection interval in milliseconds. The default value is 1000.

The value should be multiple of 500. If the value is not multiple of 500, it is rounded to the nearest lower suitable value. The minimum value is 500. If set to 0, the statistics are not collected.

Energy saver option: if the device's battery is lower than 30% and the device is not connected to a power outlet, the default value is 10000.

serverIp

Copy URL
serverIp: 

string[]

|

string

Optional. IP address of particular media gateway for connection

showDebugInfo

Copy URL
showDebugInfo: 

boolean

Optional. Whether to show debug info in console. The default value is false.

showWarnings

Copy URL
showWarnings: 

boolean

Optional. Whether to show warnings. The default value is false.

videoConstraints

Copy URL
videoConstraints: 

VideoSettings

|

boolean

Optional. Whether to apply the default constraints on the next attachRecordingDevice function call or if micRequired set to true. IMPORTANT: the value has to be the object. Boolean values exist only in order to ensure backward compatibility.

videoContainerId

Deprecated
Copy URL
videoContainerId: 

string

Optional. Id of HTMLElement that is used as a default container for local video elements, i.e. caller could see himself in this container during the conversation. Local videos are appended to the body element by default.