RingCentral .Net SDK
All Classes Namespaces Functions Variables Properties Events Pages
Properties | List of all members
RingCentral.RegSessionModel Class Reference

Properties

string id [get, set]
 ID of the session Required Example: 123456789 More...
 
string registrationStatus [get, set]
 Status of the registration Required Example: Open Enum: Open, Closed More...
 
string registrationPageUri [get, set]
 The URI of the registration landing page Format: uri Example: https://abcde12345.webinar.ringcentral.com/register More...
 
string brandingDescriptorUri [get, set]
 The URI of the branding descriptor Format: uri Example: https://abcde12345.webinar.ringcentral.com/branding More...
 
long? registrantCount [get, set]
 The current number of registrants Required Format: int32 Example: 10 More...
 
bool? hasRealRegistrants [get, set]
 Indicates that there are non-test registrants Required Example: true More...
 
long? icalendarSequence [get, set]
 Sequence number for iCalendar email attachments Format: int32 More...
 
RegSessionModelSettings settings [get, set]
 

Property Documentation

◆ brandingDescriptorUri

string RingCentral.RegSessionModel.brandingDescriptorUri
getset

The URI of the branding descriptor Format: uri Example: https://abcde12345.webinar.ringcentral.com/branding

◆ hasRealRegistrants

bool? RingCentral.RegSessionModel.hasRealRegistrants
getset

Indicates that there are non-test registrants Required Example: true

◆ icalendarSequence

long? RingCentral.RegSessionModel.icalendarSequence
getset

Sequence number for iCalendar email attachments Format: int32

◆ id

string RingCentral.RegSessionModel.id
getset

ID of the session Required Example: 123456789

◆ registrantCount

long? RingCentral.RegSessionModel.registrantCount
getset

The current number of registrants Required Format: int32 Example: 10

◆ registrationPageUri

string RingCentral.RegSessionModel.registrationPageUri
getset

The URI of the registration landing page Format: uri Example: https://abcde12345.webinar.ringcentral.com/register

◆ registrationStatus

string RingCentral.RegSessionModel.registrationStatus
getset

Status of the registration Required Example: Open Enum: Open, Closed

◆ settings

RegSessionModelSettings RingCentral.RegSessionModel.settings
getset


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