RingCentral .Net SDK
Properties | List of all members
RingCentral.WcsSessionWithLocaleCodeModel Class Reference

Properties

string scheduledStartTime [get, set]
 Session scheduled start time. Required Format: date-time More...
 
long? scheduledDuration [get, set]
 The duration of the Session in seconds. Required Maximum: 43200 Minimum: 30 Format: int32 Example: 1800 More...
 
string timeZone [get, set]
 IANA-compatible time zone name (see https://www.iana.org/time-zones). Required Example: America/New_York More...
 
string localizedTimeZoneDescription [get, set]
 Localized time zone description. Example: Eastern Time (America/New_York) More...
 
long? panelJoinTimeOffset [get, set]
 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 More...
 
string title [get, set]
 Session title. Can be left blank - then Webinar title should be used for presentation. Example: Live Broadcasting US More...
 
string description [get, set]
 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 More...
 
string status [get, set]
 Session status (for the purposes of Configuration service) Example: Scheduled Enum: Scheduled, Active, Finished More...
 
string hostJoinUri [get, set]
 The URI to join the webinar as a host Format: uri Example: https://v.ringcentral.com/w/join/de7yd8ew7yfsdfjh899843rgj More...
 
string localeCode [get, set]
 Session locale code. Can't be blank or null Example: en-US More...
 

Property Documentation

◆ description

string RingCentral.WcsSessionWithLocaleCodeModel.description
getset

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

◆ hostJoinUri

string RingCentral.WcsSessionWithLocaleCodeModel.hostJoinUri
getset

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

◆ localeCode

string RingCentral.WcsSessionWithLocaleCodeModel.localeCode
getset

Session locale code. Can't be blank or null Example: en-US

◆ localizedTimeZoneDescription

string RingCentral.WcsSessionWithLocaleCodeModel.localizedTimeZoneDescription
getset

Localized time zone description. Example: Eastern Time (America/New_York)

◆ panelJoinTimeOffset

long? RingCentral.WcsSessionWithLocaleCodeModel.panelJoinTimeOffset
getset

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

◆ scheduledDuration

long? RingCentral.WcsSessionWithLocaleCodeModel.scheduledDuration
getset

The duration of the Session in seconds. Required Maximum: 43200 Minimum: 30 Format: int32 Example: 1800

◆ scheduledStartTime

string RingCentral.WcsSessionWithLocaleCodeModel.scheduledStartTime
getset

Session scheduled start time. Required Format: date-time

◆ status

string RingCentral.WcsSessionWithLocaleCodeModel.status
getset

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

◆ timeZone

string RingCentral.WcsSessionWithLocaleCodeModel.timeZone
getset

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

◆ title

string RingCentral.WcsSessionWithLocaleCodeModel.title
getset

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


The documentation for this class was generated from the following file: