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

Properties

bool? passwordProtected [get, set]
 Specifies if a meeting is password protected. By default, Instant and Scheduled bridges are not password protected. For default (PMI) bridge, password protection will be turned on and the password will be generated if it is not specified while creation. While creation to set password protection you should set this field to true and specify a password in the password field. If you want to change password or set password protection for an unprotected bridge, you should set this field to true and specify a password in the password field in the update operation. To make protected bridge as unprotected you should set this field to false in the update operation. Example: true More...
 
string password [get, set]
 Specifies a password if bridge meetings should be password protected (passwordProtected field is true). Besides that, if the field is specified in the request but passwordProtected field is missing then it means that passwordProtected field is set to true. Example: Wq123ygs15 More...
 
bool? noGuests [get, set]
 If true, only authenticated users can join to a meeting. More...
 
bool? sameAccount [get, set]
 If true, only users have the same account can join to a meeting. More...
 
bool? e2ee [get, set]
 If true, end to end encryption will be enabled for a meeting. More...
 

Property Documentation

◆ e2ee

bool? RingCentral.BridgeRequestSecurity.e2ee
getset

If true, end to end encryption will be enabled for a meeting.

◆ noGuests

bool? RingCentral.BridgeRequestSecurity.noGuests
getset

If true, only authenticated users can join to a meeting.

◆ password

string RingCentral.BridgeRequestSecurity.password
getset

Specifies a password if bridge meetings should be password protected (passwordProtected field is true). Besides that, if the field is specified in the request but passwordProtected field is missing then it means that passwordProtected field is set to true. Example: Wq123ygs15

◆ passwordProtected

bool? RingCentral.BridgeRequestSecurity.passwordProtected
getset

Specifies if a meeting is password protected. By default, Instant and Scheduled bridges are not password protected. For default (PMI) bridge, password protection will be turned on and the password will be generated if it is not specified while creation. While creation to set password protection you should set this field to true and specify a password in the password field. If you want to change password or set password protection for an unprotected bridge, you should set this field to true and specify a password in the password field in the update operation. To make protected bridge as unprotected you should set this field to false in the update operation. Example: true

◆ sameAccount

bool? RingCentral.BridgeRequestSecurity.sameAccount
getset

If true, only users have the same account can join to a meeting.


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