Skip to content

ConferenceLeftEvent

Kenan Genjac edited this page Feb 23, 2023 · 1 revision



errorCode

Description

Getter for the errorCode field.

Returns

  • ErrorCode - Represents the error code that the conference was left with.

Example

func onConferenceLeft(_ conferenceLeftEvent: ConferenceLeftEvent) {
    os_log("You left the conference. Status: %@", conferenceLeftEvent.errorCode.name)
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally