ClientDeviceType

public enum ClientDeviceType : String

Represents the type of client device the SDK is running on. This can be optionally specified during Webex initialization. If not provided, defaults to phone.

Since

3.15.1
  • Phone or small-screen mobile device

    Declaration

    Swift

    case phone
  • Tablet or large-screen device

    Declaration

    Swift

    case tablet