DeviceType

public enum DeviceType : String

The enumeration of device types

Since

3.9.0
  • The user is joined via mobile client

    Declaration

    Swift

    case mobile
  • The user is joined via desktop client

    Declaration

    Swift

    case desktop
  • The user is joined via room device

    Declaration

    Swift

    case room
  • The user’s device type is unknown

    Declaration

    Swift

    case unknown