Class BridgeResponseSecurityPassword

java.lang.Object
com.ringcentral.definitions.BridgeResponseSecurityPassword

public class BridgeResponseSecurityPassword extends Object
  • Field Details

    • plainText

      public String plainText
      Meeting password. This field will be returned only if the request was done by bridge owner, his delegate or any user who has the Super Admin privilege. Example: Wq123ygs15
    • pstn

      public String pstn
      Meeting password for PSTN users. This field will be returned only if the request was done by bridge owner, his delegate or any user who has the Super Admin privilege. Example: 7492486829
    • joinQuery

      public String joinQuery
      Meeting password hash. This field will be returned only if the request was done by bridge owner, his delegate or any user who has the Super Admin privilege. Example: 99e4f8e6a241fc71279449a9c8f46eef
  • Constructor Details

    • BridgeResponseSecurityPassword

      public BridgeResponseSecurityPassword()
  • Method Details