-
Notifications
You must be signed in to change notification settings - Fork 3
ConferenceLeftEvent
Kenan Genjac edited this page Feb 23, 2023
·
1 revision
Getter for the errorCode
field.
-
ErrorCode
- Represents the error code that the conference was left with.
func onConferenceLeft(_ conferenceLeftEvent: ConferenceLeftEvent) {
os_log("You left the conference. Status: %@", conferenceLeftEvent.errorCode.name)
}