This page was last edited on October 31, 2023, at 13:29.
Comments or questions about this documentation? Contact us for support!
This operation is part of the Voice API section of the Web Services API.
Merges the call in the URL with the one specified in the otherCallUri parameter.
Request URL | /api/v2/me/calls/{id} |
---|---|
HTTP Method | POST |
Required Features | api-voice |
Parameter | Value |
---|---|
operationName | MergeWithOtherCall |
otherCallUri | The URI of the call to merge with.
Example: http://localhost:8080/api/v2/me/calls/{id} |
POST /api/v2/me/calls/
{
}
{
"statusCode": 0
}