-
Notifications
You must be signed in to change notification settings - Fork 0
CallError
Adnan Arnautović edited this page Jan 26, 2023
·
1 revision
invalidToken
expiredToken
noInternetConnection
invalidDestination
invalidCustomData
callInProgress
missingMicrophonePermission
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 another call is already in progress.
Thrown when the microphone permission is not accepted.
- Prerequisites
- Events
- InfobipRTC
- Call
- IncomingCall
- OutgoingCall
- CallRequest
- CallConversationsRequest
- CallOptions
- VideoOptions
- VideoTrack
- RecordingOptions
- CameraOrientation
- CallPhoneNumberOptions
- CallStatus
- CallError
- DTMFError
- ErrorCode
- RTCUser
- CallDelegate
- CallRingingEvent
- CallEstablishedEvent
- CallUpdatedEvent
- CallHangupEvent
- CallErrorEvent
- InfobipSimulator
- Conference
- ConferenceDelegate
- ConferenceRequest
- ConferenceStatus
- ConferenceError
- ConferenceUser
- NetworkQuality
- NetworkQualityChangedEvent
- NetworkQualityDelegate