Skip to content

CallHangupEvent

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

errorCode

Description

Getter for the errorCode field.

Returns

  • ErrorCode - Value of the errorCode field that contains call hangup information.

Example

func onHangup(callHangupEvent: CallHangupEvent) {
    os_log("Call finished. Status: %@", callHangupEvent.errorCode.name)
}
Clone this wiki locally