|
| Index (V2.Index parent, string bridgeId=null) |
|
string | Path (bool withParameter=true) |
|
async Task< BridgeResponse > | Get (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< BridgeResponse > | Patch (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 () |
|
◆ 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()
Returns a bridge by bridgeId identifier. HTTP Method: get Endpoint: /rcvideo/v2/bridges/{bridgeId} Rate Limit Group: Medium App Permission: Video
◆ Patch()
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:
- RingCentral.Net/Paths/Rcvideo/V2/Bridges/Index.cs