Skip to content

CallError

Lejla Solak edited this page Oct 15, 2025 · 5 revisions

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).

invalidRoomName

Description

Thrown when a room name is invalid (empty or contains illegal characters).

invalidCallerIdentifier

Description

Thrown when a phone number, which is displayed on the called device as the Caller ID, is invalid (empty or contains illegal characters).

applicationCallInProgress

Description

Thrown when there is an active application call already in progress.

callInProgress

Description

Thrown when there is an active call already in progress.

roomCallInProgress

Description

Thrown when there is an active room call already in progress.

missingMicrophonePermission

Description

Thrown when the microphone permission is not accepted.

userMediaUpdating

Description

Thrown when the updating of the user media is already in progress.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally