Class Index
java.lang.Object
com.ringcentral.paths.rcvideo.v2.account.extension.bridges.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefault1()
path()
post
(CreateBridgeRequest createBridgeRequest) Creates a new bridge for the user specified by **accountId** and **extensionId** identifiers.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public BridgeResponse post(CreateBridgeRequest createBridgeRequest) throws RestException, IOException Creates a new bridge for the user specified by **accountId** and **extensionId** identifiers. The request body should contain JSON object which describes properties of the new bridge. The bridge can be created by a user himself, his delegate or any user who has the **Super Admin** privilege.HTTP Method: post Endpoint: /rcvideo/v2/account/{accountId}/extension/{extensionId}/bridges Rate Limit Group: Heavy App Permission: Video
- Throws:
RestException
IOException
-
default1
-