ParticipantDeviceJoiningMethod
public enum ParticipantDeviceJoiningMethod : Int
ParticipantDeviceJoiningMethod
is used to indicate how a participant joined a///conference or if it is the focus.
-
device called the conference
Declaration
Swift
case DialedIn = 0
-
device is called the conference
Declaration
Swift
case DialedOut = 1
-
device is the focus
Declaration
Swift
case FocusOwner = 2