java.lang.Object
com.ringcentral.paths.restapi.account.telephony.callout.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 CallSession post(MakeCallOutRequest makeCallOutRequest) throws RestException, IOException
      Creates a new outbound call out session. Currently this method is supported for Softphone/Hardphone only, since device IDs for WebRTC/Mobile apps cannot be obtained. HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/telephony/call-out Rate Limit Group: Heavy App Permission: CallControl
      Throws:
      RestException
      IOException