-
Notifications
You must be signed in to change notification settings - Fork 0
ErrorEvent
Adnan Arnautović edited this page Jan 26, 2023
·
1 revision
Getter for the errorCode
field.
-
ErrorCode
- Value of theerrorCode
field that contains the reason why some action during the conference call failed with an error.
func onError(errorEvent: ErrorEvent) {
os_log("An error occured: %@", errorEvent.errorCode.description)
}
- 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