RingCentral .Net SDK
Public Member Functions | Public Attributes | List of all members
RingCentral.Paths.Rcvideo.V2.Bridges.Index Class Reference
Collaboration diagram for RingCentral.Paths.Rcvideo.V2.Bridges.Index:
Collaboration graph
[legend]

Public Member Functions

 Index (V2.Index parent, string bridgeId=null)
 
string Path (bool withParameter=true)
 
async Task< BridgeResponseGet (GetBridgeParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 Returns a bridge by bridgeId identifier. HTTP Method: get Endpoint: /rcvideo/v2/bridges/{bridgeId} Rate Limit Group: Medium App Permission: Video More...
 
async Task< string > Delete (RestRequestConfig restRequestConfig=null)
 Deletes a bridge by bridgeId identifier. Deletion can only be done by bridge owner, his delegate or any user who has the Super Admin privilege. HTTP Method: delete Endpoint: /rcvideo/v2/bridges/{bridgeId} Rate Limit Group: Medium App Permission: Video More...
 
async Task< BridgeResponsePatch (UpdateBridgeRequest updateBridgeRequest, RestRequestConfig restRequestConfig=null)
 Updates a bridge by bridgeId identifier. The request body should contain JSON object with updating properties. Update can only be done by bridge owner, his delegate or any user who has the Super Admin privilege. HTTP Method: patch Endpoint: /rcvideo/v2/bridges/{bridgeId} Rate Limit Group: Medium App Permission: Video More...
 
Pin.Index Pin ()
 

Public Attributes

string bridgeId
 
V2.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Delete()

async Task<string> RingCentral.Paths.Rcvideo.V2.Bridges.Index.Delete ( RestRequestConfig  restRequestConfig = null)
inline

Deletes a bridge by bridgeId identifier. Deletion can only be done by bridge owner, his delegate or any user who has the Super Admin privilege. HTTP Method: delete Endpoint: /rcvideo/v2/bridges/{bridgeId} Rate Limit Group: Medium App Permission: Video

◆ Get()

async Task<BridgeResponse> RingCentral.Paths.Rcvideo.V2.Bridges.Index.Get ( GetBridgeParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

Returns a bridge by bridgeId identifier. HTTP Method: get Endpoint: /rcvideo/v2/bridges/{bridgeId} Rate Limit Group: Medium App Permission: Video

◆ Patch()

async Task<BridgeResponse> RingCentral.Paths.Rcvideo.V2.Bridges.Index.Patch ( UpdateBridgeRequest  updateBridgeRequest,
RestRequestConfig  restRequestConfig = null 
)
inline

Updates a bridge by bridgeId identifier. The request body should contain JSON object with updating properties. Update can only be done by bridge owner, his delegate or any user who has the Super Admin privilege. HTTP Method: patch Endpoint: /rcvideo/v2/bridges/{bridgeId} Rate Limit Group: Medium App Permission: Video


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