| Name | Type | Description | Notes |
|---|---|---|---|
| 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] |
| streamType | StreamTypeEnum | Optionally specify a `stream_type`. This should match the `stream_type` that was used in `fork_start` command to properly stop the fork. | [optional] |
| Name | Value |
|---|---|
| RAW | "raw" |
| DECRYPTED | "decrypted" |