Class Index
java.lang.Object
com.ringcentral.paths.rcvideo.v2.bridges.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()
Deletes a bridge by **bridgeId** identifier.get()
get
(GetBridgeParameters queryParams) Returns a bridge by **bridgeId** identifier.patch
(UpdateBridgeRequest updateBridgeRequest) Updates a bridge by **bridgeId** identifier.path()
pin()
-
Field Details
-
rc
-
parent
-
bridgeId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns a bridge by **bridgeId** identifier. HTTP Method: get Endpoint: /rcvideo/v2/bridges/{bridgeId} Rate Limit Group: Medium App Permission: Video- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-
delete
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
- Throws:
RestException
IOException
-
patch
public BridgeResponse patch(UpdateBridgeRequest updateBridgeRequest) throws RestException, IOException 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
- Throws:
RestException
IOException
-
pin
-