Skip to content

CallError

Adnan Arnautović edited this page Jan 26, 2023 · 1 revision

invalidToken

Description

Thrown when the token used for making a call is invalid or missing some mandatory fields.

expiredToken

Description

Thrown when the token used for making a call has expired.

noInternetConnection

Description

Thrown when the internet connection is not available.

invalidCustomData

Description

Thrown when the custom data JSON used for making a call is invalid or exceeds the maximum size of 256 bytes.

invalidDestination

Description

Thrown when a destination number / identity is invalid (empty or contains illegal characters).

callInProgress

Description

Thrown when another call is already in progress.

missingMicrophonePermission

Description

Thrown when the microphone permission is not accepted.

Clone this wiki locally