Interface AccountSetOnlineParams

interface AccountSetOnlineParams {
    voip?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

voip?: number | boolean

'1' if videocalls are available for current device.

Generated using TypeDoc