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

Properties

BridgePstnPins pstn [get, set]
 
string web [get, set]
 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 More...
 
string[] aliases [get, set]
 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 More...
 

Property Documentation

◆ aliases

string [] RingCentral.BridgePinsWithAliases.aliases
getset

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

◆ pstn

BridgePstnPins RingCentral.BridgePinsWithAliases.pstn
getset

◆ web

string RingCentral.BridgePinsWithAliases.web
getset

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


The documentation for this class was generated from the following file: