Class WcsSessionResource

java.lang.Object
com.ringcentral.definitions.WcsSessionResource

public class WcsSessionResource 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
    • 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
    • videoBridgeId

      public String videoBridgeId
      The RCV bridge id Example: 839874770
    • videoBridgePassword

      public String videoBridgePassword
      The RCV bridge password. Returned only if requested by Host/Co-host/Panelist and a password for the bridge is set. Format: password Example: abc123
    • videoBridgePstnPassword

      public String videoBridgePstnPassword
      The RCV bridge PSTN password. Returned only if requested by Host/Co-host/Panelist and a PSTN password for the bridge is set. Format: password Example: abc123
    • attendeeJoinUri

      public String attendeeJoinUri
      The URI for attendees to join the Webinar (if it is a public webinar) Format: uri Example: https://v.ringcentral.com/w/a/join/iuyef77fsj473wn10ashjfk34
    • hasUnsentInvites

      public Boolean hasUnsentInvites
      Calculated attribute indicating if there are any unsent/deferred invites to session participants
  • Constructor Details

    • WcsSessionResource

      public WcsSessionResource()
  • Method Details