remoteCallControlRequest
| Extends: | authRequest |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| callId (int) | 1/1 |
The calldId that should be controlled. If the call with this id isn't active no action will be applied. |
| action (int) | 1/1 |
The action that should be applied on active call. 0 .. hangup 1 .. accept 2 .. silence phone 3 .. speaker on (only in call) 4 .. speaker off (only in call) |
JSON
| property | type | description |
|---|---|---|
| callId | callId (int) |
The calldId that should be controlled. If the call with this id isn't active no action will be applied. |
| action | action (int) |
The action that should be applied on active call. 0 .. hangup 1 .. accept 2 .. silence phone 3 .. speaker on (only in call) 4 .. speaker off (only in call) |