| Name | Type | Description | Notes |
|---|---|---|---|
| target | String | The network target, <udp:ip_address:port>, where the call's RTP media packets should be forwarded. Both incoming and outgoing media packets will be delivered to the specified target, and information about the stream will be included in the encapsulation protocol header, including the direction (0 = inbound; 1 = outbound), leg (0 = A-leg; 1 = B-leg), and call_leg_id. | [optional] |
| rx | String | The network target, <udp:ip_address:port>, where the call's incoming RTP media packets should be forwarded. | [optional] |
| streamType | StreamTypeEnum | Optionally specify a media type to stream. If `decrypted` selected, Telnyx will decrypt incoming SIP media before forking to the target. `rx` and `tx` are required fields if `decrypted` selected. | [optional] |
| tx | String | The network target, <udp:ip_address:port>, where the call's outgoing RTP media packets should be forwarded. | [optional] |
| clientState | String | Use this field to add state to every subsequent webhook. It must be a valid Base-64 encoded string. | [optional] |
| commandId | String | Use this field to avoid duplicate commands. Telnyx will ignore any command with the same `command_id` for the same `call_control_id`. | [optional] |
| Name | Value |
|---|---|
| RAW | "raw" |
| DECRYPTED | "decrypted" |