Method: projects.calls.sipInfo.get¶
Retrieves SIP information about the specified SIP call. If the call is not a SIP call, throws NOT_FOUND. If the call has not yet completed, throws FAILED_PRECONDITION. If the SIP call was created greater than 30 days ago, returns NOT_FOUND.
The caller must have voice.calls.get
permission on the project.
HTTP request¶
GET https://voice.api.enfonica.com/v1beta1/{name}
Path parameters¶
Parameters | |
---|---|
name | string The resource name of the SipInfo to retrieve. Must be of the form projects/*/calls/*/sipInfo . |
Request body¶
The request body must be empty.
Response body¶
If successful, the response body contains an instance of SipInfo.