java.lang.Object
com.ringcentral.paths.rcvideo.v2.account.extension.bridges.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index(Index parent)
  • Method Details

    • path

      public String path()
    • path

      public String path(Boolean withParameter)
    • 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

      public Index default1()