Class SessionGlobalListEntry

java.lang.Object
com.ringcentral.definitions.SessionGlobalListEntry

public class SessionGlobalListEntry extends Object
  • Field Details

    • id

      public String id
      Internal object ID Example: 78654321
    • creationTime

      public String creationTime
      Object creation time Required Format: date-time
    • lastModifiedTime

      public String lastModifiedTime
      Object last modification time Required Format: date-time
    • webinar

      public WcsWebinarRefModel webinar
      Required
    • scheduledStartTime

      public String scheduledStartTime
      Session scheduled start time. Required Format: date-time
    • scheduledDuration

      public Long scheduledDuration
      The duration of the Session in seconds. Required Maximum: 43200 Minimum: 30 Format: int32 Example: 1800
    • timeZone

      public String timeZone
      IANA-compatible time zone name (see https://www.iana.org/time-zones). Required Example: America/New_York
    • localizedTimeZoneDescription

      public String localizedTimeZoneDescription
      Localized time zone description. Example: Eastern Time (America/New_York)
    • panelJoinTimeOffset

      public Long panelJoinTimeOffset
      The time offset (positive, in seconds) indicating how much in advance (comparing to "scheduledStartTime") panel members should join for the pre-webinar team sync Format: int32 Example: 900
    • title

      public String title
      Session title. Can be left blank - then Webinar title should be used for presentation. Example: Live Broadcasting US
    • description

      public String description
      User-friendly description of the Session. Can be left blank - then Webinar title should be used for presentation. Example: Live session for US-based participants
    • status

      public String status
      Session status (for the purposes of Configuration service) Example: Scheduled Enum: Scheduled, Active, Finished
    • hostJoinUri

      public String hostJoinUri
      The URI to join the webinar as a host Format: uri Example: https://v.ringcentral.com/w/join/de7yd8ew7yfsdfjh899843rgj
    • localeCode

      public String localeCode
      Session locale code. Can't be blank or null Example: en-US
  • Constructor Details

    • SessionGlobalListEntry

      public SessionGlobalListEntry()
  • Method Details