ParticipantDeviceDisconnectionMethod
public enum ParticipantDeviceDisconnectionMethod : Int
ParticipantDeviceDisconnectionMethod
is used to indicate how a participant///left a conference.
-
an admin removes the device from a conference
Declaration
Swift
case Booted = 0
-
the device disconnects from the conference
Declaration
Swift
case Departed = 1
-
device is busy
Declaration
Swift
case Busy = 2
-
an error occurred while the device is leaving the conference or he declined a call from the server
Declaration
Swift
case Failed = 3