-
Notifications
You must be signed in to change notification settings - Fork 2
CallError
invalidTokenexpiredTokennoInternetConnectioninvalidDestinationinvalidRoomNameinvalidCallerIdentifierinvalidCustomDataapplicationCallInProgresscallInProgressroomCallInProgressmissingMicrophonePermissionuserMediaUpdating
Thrown when the token used for making a call is invalid or missing some mandatory fields.
Thrown when the token used for making a call has expired.
Thrown when the internet connection is not available.
Thrown when the custom data JSON used for making a call is invalid or exceeds the maximum size of 256 bytes.
Thrown when a destination number / identity is invalid (empty or contains illegal characters).
Thrown when a room name is invalid (empty or contains illegal characters).
Thrown when a phone number, which is displayed on the called device as the Caller ID, is invalid (empty or contains illegal characters).
Thrown when there is an active application call already in progress.
Thrown when there is an active call already in progress.
Thrown when there is an active room call already in progress.
Thrown when the microphone permission is not accepted.
Thrown when the updating of the user media is already in progress.