Class WebAppDeviceRecord

java.lang.Object
com.ringcentral.definitions.WebAppDeviceRecord

public class WebAppDeviceRecord extends Object
  • Field Details

    • id

      public String id
      Internal identifier of a device Required
    • type

      public String type
      Device type. Always `WebPhone` for Web Phone (RC App) devices Required Enum: WebPhone
    • name

      public String name
      Device name
    • serial

      public String serial
      Endpoint ID of the Web Phone (RC App) instance
    • status

      public String status
      Current registration status of the device. Set to `Online` when the device has an active registration; otherwise `Offline`. Required Default: Offline Enum: Offline, Online
    • expiresIn

      public Long expiresIn
      Time to live (TTL) of the current registration, in seconds. Returned only while the device has an active registration. Format: int32
  • Constructor Details

    • WebAppDeviceRecord

      public WebAppDeviceRecord()
  • Method Details