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

Properties

bool? passwordProtected [get, set]
 Specifies if a meeting is password protected. More...
 
BridgeResponseSecurityPassword password [get, set]
 
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.BridgeResponseSecurity.e2ee
getset

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

◆ noGuests

bool? RingCentral.BridgeResponseSecurity.noGuests
getset

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

◆ password

BridgeResponseSecurityPassword RingCentral.BridgeResponseSecurity.password
getset

◆ passwordProtected

bool? RingCentral.BridgeResponseSecurity.passwordProtected
getset

Specifies if a meeting is password protected.

◆ sameAccount

bool? RingCentral.BridgeResponseSecurity.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: