Method: projects.calls.create¶
Creates a call in the state QUEUED. This will cause an outgoing call to be started.
The caller must have voice.calls.create
permission on the project.
HTTP request¶
POST https://voice.api.enfonica.com/v1beta1/{parent}/calls
Path parameters¶
Parameters | |
---|---|
parent | string The project under which to create the call in the form projects/* . |
Request body¶
The request body must contain an instance of Call.
Response body¶
If successful, the response body contains an instance of Call.