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

Various settings which define behavior of this Webinar's Sessions More...

Properties

bool? recordingEnabled [get, set]
 Indicates if recording is enabled (if false all other recording settings cannot be enabled) Default: true More...
 
bool? autoRecord [get, set]
 Indicates if recording should start automatically when a Webinar goes live More...
 
bool? recordingSharingEnabled [get, set]
 Indicates if recording can be shared (this setting is read-only at webinar level) Default: true More...
 
bool? recordingDownloadEnabled [get, set]
 Indicates if recording can be downloaded (this setting is read-only at webinar level) Default: true More...
 
bool? recordingDeletionEnabled [get, set]
 DEPRECATED AND REPLACED BY 'pastSessionDeletionEnabled' setting. Indicates if recording can be deleted (this setting is read-only at webinar level) More...
 
bool? pastSessionDeletionEnabled [get, set]
 Indicates if deletion of past session along with its artifacts is enabled for Host. This setting is read-only at webinar level More...
 
bool? panelistWaitingRoom [get, set]
 Indicates if Panelists should be places to waiting room after joining More...
 
bool? panelistVideoEnabled [get, set]
 Indicates if Panelists' video should be 'on' by default Default: true More...
 
bool? panelistScreenSharingEnabled [get, set]
 Indicates if Panelists' screen sharing should be 'on' by default Default: true More...
 
bool? panelistMuteControlEnabled [get, set]
 Indicates if Panelists can mute/unmute themselves by default Default: true More...
 
string panelistAuthentication [get, set]
 Indicates if Panelists have to be authenticated users Default: Guest Enum: Guest, AuthenticatedUser, AuthenticatedCoworker More...
 
string attendeeAuthentication [get, set]
 Indicates if attendees have to be authenticated users Default: Guest Enum: Guest, AuthenticatedUser, AuthenticatedCoworker More...
 
string artifactsAccessAuthentication [get, set]
 Indicates who can access webinar artifacts. Applies to recordings at present. Applicable to other artifacts such as Q&A, Polls in the future. Default: AuthenticatedUser Enum: Guest, AuthenticatedUser, AuthenticatedCoworker More...
 
bool? pstnEnabled [get, set]
 Indicates if dial-in PSTN audio option is enabled for Panelists More...
 
string password [get, set]
 Webinar password. If company-level "passwordEnabled" is true and "password" is null / omitted, the backend generates the password More...
 
bool? qnaEnabled [get, set]
 Indicates if Q&A is enabled for the webinar (if false all other Q&A settings cannot be enabled) Default: true More...
 
bool? qnaAnonymousEnabled [get, set]
 Indicates if anonymous Q&A is enabled for the webinar Default: true More...
 
bool? pollsEnabled [get, set]
 Indicates if polls are enabled for the webinar (if false all other polls settings cannot be enabled) Default: true More...
 
bool? pollsAnonymousEnabled [get, set]
 Indicates if anonymous poll answers are enabled for the webinar Default: true More...
 
bool? registrationEnabled [get, set]
 Indicates if a registration is enabled for the webinar (if false all other registration settings are ignored) More...
 
string postWebinarRedirectUri [get, set]
 URI to redirect users after the webinar Format: uri Example: https://www.acme.com/thankyou More...
 
bool? externalLivestreamEnabled [get, set]
 Indicates if livestreaming to external streaming provider is enabled Default: true More...
 
bool? moderatedQnaEnabled [get, set]
 Indicate if the moderated Q&A enabled for webinar More...
 

Detailed Description

Various settings which define behavior of this Webinar's Sessions

Property Documentation

◆ artifactsAccessAuthentication

string RingCentral.WcsWebinarSettingsModel.artifactsAccessAuthentication
getset

Indicates who can access webinar artifacts. Applies to recordings at present. Applicable to other artifacts such as Q&A, Polls in the future. Default: AuthenticatedUser Enum: Guest, AuthenticatedUser, AuthenticatedCoworker

◆ attendeeAuthentication

string RingCentral.WcsWebinarSettingsModel.attendeeAuthentication
getset

Indicates if attendees have to be authenticated users Default: Guest Enum: Guest, AuthenticatedUser, AuthenticatedCoworker

◆ autoRecord

bool? RingCentral.WcsWebinarSettingsModel.autoRecord
getset

Indicates if recording should start automatically when a Webinar goes live

◆ externalLivestreamEnabled

bool? RingCentral.WcsWebinarSettingsModel.externalLivestreamEnabled
getset

Indicates if livestreaming to external streaming provider is enabled Default: true

◆ moderatedQnaEnabled

bool? RingCentral.WcsWebinarSettingsModel.moderatedQnaEnabled
getset

Indicate if the moderated Q&A enabled for webinar

◆ panelistAuthentication

string RingCentral.WcsWebinarSettingsModel.panelistAuthentication
getset

Indicates if Panelists have to be authenticated users Default: Guest Enum: Guest, AuthenticatedUser, AuthenticatedCoworker

◆ panelistMuteControlEnabled

bool? RingCentral.WcsWebinarSettingsModel.panelistMuteControlEnabled
getset

Indicates if Panelists can mute/unmute themselves by default Default: true

◆ panelistScreenSharingEnabled

bool? RingCentral.WcsWebinarSettingsModel.panelistScreenSharingEnabled
getset

Indicates if Panelists' screen sharing should be 'on' by default Default: true

◆ panelistVideoEnabled

bool? RingCentral.WcsWebinarSettingsModel.panelistVideoEnabled
getset

Indicates if Panelists' video should be 'on' by default Default: true

◆ panelistWaitingRoom

bool? RingCentral.WcsWebinarSettingsModel.panelistWaitingRoom
getset

Indicates if Panelists should be places to waiting room after joining

◆ password

string RingCentral.WcsWebinarSettingsModel.password
getset

Webinar password. If company-level "passwordEnabled" is true and "password" is null / omitted, the backend generates the password

◆ pastSessionDeletionEnabled

bool? RingCentral.WcsWebinarSettingsModel.pastSessionDeletionEnabled
getset

Indicates if deletion of past session along with its artifacts is enabled for Host. This setting is read-only at webinar level

◆ pollsAnonymousEnabled

bool? RingCentral.WcsWebinarSettingsModel.pollsAnonymousEnabled
getset

Indicates if anonymous poll answers are enabled for the webinar Default: true

◆ pollsEnabled

bool? RingCentral.WcsWebinarSettingsModel.pollsEnabled
getset

Indicates if polls are enabled for the webinar (if false all other polls settings cannot be enabled) Default: true

◆ postWebinarRedirectUri

string RingCentral.WcsWebinarSettingsModel.postWebinarRedirectUri
getset

URI to redirect users after the webinar Format: uri Example: https://www.acme.com/thankyou

◆ pstnEnabled

bool? RingCentral.WcsWebinarSettingsModel.pstnEnabled
getset

Indicates if dial-in PSTN audio option is enabled for Panelists

◆ qnaAnonymousEnabled

bool? RingCentral.WcsWebinarSettingsModel.qnaAnonymousEnabled
getset

Indicates if anonymous Q&A is enabled for the webinar Default: true

◆ qnaEnabled

bool? RingCentral.WcsWebinarSettingsModel.qnaEnabled
getset

Indicates if Q&A is enabled for the webinar (if false all other Q&A settings cannot be enabled) Default: true

◆ recordingDeletionEnabled

bool? RingCentral.WcsWebinarSettingsModel.recordingDeletionEnabled
getset

DEPRECATED AND REPLACED BY 'pastSessionDeletionEnabled' setting. Indicates if recording can be deleted (this setting is read-only at webinar level)

◆ recordingDownloadEnabled

bool? RingCentral.WcsWebinarSettingsModel.recordingDownloadEnabled
getset

Indicates if recording can be downloaded (this setting is read-only at webinar level) Default: true

◆ recordingEnabled

bool? RingCentral.WcsWebinarSettingsModel.recordingEnabled
getset

Indicates if recording is enabled (if false all other recording settings cannot be enabled) Default: true

◆ recordingSharingEnabled

bool? RingCentral.WcsWebinarSettingsModel.recordingSharingEnabled
getset

Indicates if recording can be shared (this setting is read-only at webinar level) Default: true

◆ registrationEnabled

bool? RingCentral.WcsWebinarSettingsModel.registrationEnabled
getset

Indicates if a registration is enabled for the webinar (if false all other registration settings are ignored)


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