IMultiInitialState interface

Optional initial state for IMultiCallControl.

Used to set the initial state if the device was changed in the middle of a call, or to recover the state after device disconnections.

Signature

export declare interface IMultiInitialState 

Properties

Property Modifiers Type Description
muted? boolean Optional: true to mute the device and falseto unmute.
ongoingCalls number Determines the number of ongoing calls at the time of initialization. When set to 0, no ongoing calls are happening.
onHold? boolean Optional: true to hold the device and false to not hold the device.