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

Properties

string id [get, set]
 Unique bridge identifier Example: iad41-c04-ndb256065cf14ae6a1832389d9c2e More...
 
string name [get, set]
 Custom name of a bridge Example: Weekly Meeting with Joseph More...
 
string type [get, set]
 Type of bridge. It specifies bridge life cycle. 1) Instant - The bridge will be used for a meeting only once immediately after creation. Then it will be deleted. 2) Scheduled - The bridge will be used for scheduled one or more meetings. If the bridge is not used for a long time after the last meeting, then it will be deleted. 3) PMI - The bridge will contain Personal Meeting Identifier owned by a user. It is the default user bridge. Each user may have only one default (PMI) bridge. Such bridge will be deleted only in case the user is deleted from the system. Example: Instant Enum: Instant, Scheduled, PMI More...
 
User host [get, set]
 
BridgePinsWithAliases pins [get, set]
 
BridgeResponseSecurity security [get, set]
 
BridgePreferences preferences [get, set]
 
BridgeDiscovery discovery [get, set]
 

Property Documentation

◆ discovery

BridgeDiscovery RingCentral.BridgeResponse.discovery
getset

◆ host

User RingCentral.BridgeResponse.host
getset

◆ id

string RingCentral.BridgeResponse.id
getset

Unique bridge identifier Example: iad41-c04-ndb256065cf14ae6a1832389d9c2e

◆ name

string RingCentral.BridgeResponse.name
getset

Custom name of a bridge Example: Weekly Meeting with Joseph

◆ pins

BridgePinsWithAliases RingCentral.BridgeResponse.pins
getset

◆ preferences

BridgePreferences RingCentral.BridgeResponse.preferences
getset

◆ security

BridgeResponseSecurity RingCentral.BridgeResponse.security
getset

◆ type

string RingCentral.BridgeResponse.type
getset

Type of bridge. It specifies bridge life cycle. 1) Instant - The bridge will be used for a meeting only once immediately after creation. Then it will be deleted. 2) Scheduled - The bridge will be used for scheduled one or more meetings. If the bridge is not used for a long time after the last meeting, then it will be deleted. 3) PMI - The bridge will contain Personal Meeting Identifier owned by a user. It is the default user bridge. Each user may have only one default (PMI) bridge. Such bridge will be deleted only in case the user is deleted from the system. Example: Instant Enum: Instant, Scheduled, PMI


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