Skip to content

CallErrorEvent

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

reason

Description

Getter for the reason field.

Returns

  • ErrorCode - Value of the reason field that contains the reason why the call failed with an error.
func onError(_ callErrorEvent: CallErrorEvent) {
    os_log("An error occured: %@", errorEvent.reason.description)
}
Clone this wiki locally