Package com.ringcentral.definitions
Class BridgeResponseSecurity
java.lang.Object
com.ringcentral.definitions.BridgeResponseSecurity
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf true, end to end encryption will be enabled for a meeting.If true, only authenticated users can join to a meeting.Specifies if a meeting is password protected.If true, only users have the same account can join to a meeting. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpassword
(BridgeResponseSecurityPassword password) passwordProtected
(Boolean passwordProtected) sameAccount
(Boolean sameAccount)
-
Field Details
-
passwordProtected
Specifies if a meeting is password protected. -
password
-
noGuests
If true, only authenticated users can join to a meeting. -
sameAccount
If true, only users have the same account can join to a meeting. -
e2ee
If true, end to end encryption will be enabled for a meeting.
-
-
Constructor Details
-
BridgeResponseSecurity
public BridgeResponseSecurity()
-
-
Method Details
-
passwordProtected
-
password
-
noGuests
-
sameAccount
-
e2ee
-