Package com.ringcentral.definitions
Class WcsSessionWithLocaleCodeModel
java.lang.Object
com.ringcentral.definitions.WcsSessionWithLocaleCodeModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionUser-friendly description of the Session.The URI to join the webinar as a host Format: uri Example: https://v.ringcentral.com/w/join/de7yd8ew7yfsdfjh899843rgjSession locale code.Localized time zone description.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: 900The duration of the Session in seconds.Session scheduled start time.Session status (for the purposes of Configuration service) Example: Scheduled Enum: Scheduled, Active, FinishedIANA-compatible time zone name (see https://www.iana.org/time-zones).Session title. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) hostJoinUri
(String hostJoinUri) localeCode
(String localeCode) localizedTimeZoneDescription
(String localizedTimeZoneDescription) panelJoinTimeOffset
(Long panelJoinTimeOffset) scheduledDuration
(Long scheduledDuration) scheduledStartTime
(String scheduledStartTime)
-
Field Details
-
scheduledStartTime
Session scheduled start time. Required Format: date-time -
scheduledDuration
The duration of the Session in seconds. Required Maximum: 43200 Minimum: 30 Format: int32 Example: 1800 -
timeZone
IANA-compatible time zone name (see https://www.iana.org/time-zones). Required Example: America/New_York -
localizedTimeZoneDescription
Localized time zone description. Example: Eastern Time (America/New_York) -
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
Session title. Can be left blank - then Webinar title should be used for presentation. Example: Live Broadcasting US -
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
Session status (for the purposes of Configuration service) Example: Scheduled Enum: Scheduled, Active, Finished -
hostJoinUri
The URI to join the webinar as a host Format: uri Example: https://v.ringcentral.com/w/join/de7yd8ew7yfsdfjh899843rgj -
localeCode
Session locale code. Can't be blank or null Example: en-US
-
-
Constructor Details
-
WcsSessionWithLocaleCodeModel
public WcsSessionWithLocaleCodeModel()
-
-
Method Details
-
scheduledStartTime
-
scheduledDuration
-
timeZone
-
localizedTimeZoneDescription
public WcsSessionWithLocaleCodeModel localizedTimeZoneDescription(String localizedTimeZoneDescription) -
panelJoinTimeOffset
-
title
-
description
-
status
-
hostJoinUri
-
localeCode
-