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

Properties

string id [get, set]
 Internal object ID Example: 78654321 More...
 
string startTime [get, set]
 Session start time. If a session hasn't been started this fields should be set to "scheduledStartTime" Format: date-time More...
 
string endTime [get, set]
 Session end time. If a session hasn't been finished this fields should be set to ("startTime"+"scheduledDuration") Format: date-time More...
 
long? duration [get, set]
 Session duration in seconds rounded up (returned if 'startTime' and 'endTime' are not empty) Format: int32 Example: 3600 More...
 
string title [get, set]
 Session title. If blank - derived from webinar title. Example: Live Broadcasting US More...
 
string description [get, set]
 User-friendly description of the Session. If blank - derived from webinar title. Example: Live session for US-based participants More...
 
WebinarRefModel webinar [get, set]
 

Property Documentation

◆ description

string RingCentral.SessionRefModel.description
getset

User-friendly description of the Session. If blank - derived from webinar title. Example: Live session for US-based participants

◆ duration

long? RingCentral.SessionRefModel.duration
getset

Session duration in seconds rounded up (returned if 'startTime' and 'endTime' are not empty) Format: int32 Example: 3600

◆ endTime

string RingCentral.SessionRefModel.endTime
getset

Session end time. If a session hasn't been finished this fields should be set to ("startTime"+"scheduledDuration") Format: date-time

◆ id

string RingCentral.SessionRefModel.id
getset

Internal object ID Example: 78654321

◆ startTime

string RingCentral.SessionRefModel.startTime
getset

Session start time. If a session hasn't been started this fields should be set to "scheduledStartTime" Format: date-time

◆ title

string RingCentral.SessionRefModel.title
getset

Session title. If blank - derived from webinar title. Example: Live Broadcasting US

◆ webinar

WebinarRefModel RingCentral.SessionRefModel.webinar
getset


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