Class BridgePinsWithAliases

java.lang.Object
com.ringcentral.definitions.BridgePinsWithAliases

public class BridgePinsWithAliases extends Object
  • Field Details

    • pstn

      public BridgePstnPins pstn
    • web

      public String web
      Bridge short identifier (Web PIN). The digital unique code which is used to join to a meeting. If it is not specified while creation, then a code will be generated. If it is a default bridge, then this code is Personal Meeting Identifier (PMI).

      NOTE: Changing this PIN via update method is deprecated. So to change Web PIN use the method: _*[PATCH] /rcvideo/v2/bridges/{bridgeId}/pin/web*_ Example: 018209241352

    • aliases

      public String[] aliases
      List of bridge aliases. An alias is a unique personal meeting name that can be specified for the default bridge. It can be used to join to a meeting in the same way as the short identifier. Example: joseph1990,qa_team_2_lead
  • Constructor Details

    • BridgePinsWithAliases

      public BridgePinsWithAliases()
  • Method Details