Send VoIP signaling data for an ongoing phone call.
Method schema is available as of layer 114. Switch ยป
| Name | Type | Description |
|---|---|---|
| peer | InputPhoneCall | Phone call |
| data | bytes | Signaling payload |
| Code | Type | Description |
|---|---|---|
| 400 | CALL_NOT_ACTIVE | The specified call is not active. |
| 400 | CALL_PEER_INVALID | The provided call peer object is invalid. |