Class BridgeRequestSecurity

java.lang.Object
com.ringcentral.definitions.BridgeRequestSecurity

public class BridgeRequestSecurity extends Object
  • Field Details

    • passwordProtected

      public Boolean passwordProtected
      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

    • password

      public String password
      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
    • noGuests

      public Boolean noGuests
      If true, only authenticated users can join to a meeting.
    • sameAccount

      public Boolean sameAccount
      If true, only users have the same account can join to a meeting.
    • e2ee

      public Boolean e2ee
      If true, end to end encryption will be enabled for a meeting.
  • Constructor Details

    • BridgeRequestSecurity

      public BridgeRequestSecurity()
  • Method Details