Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/main/swml/get-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ It will have the following properties:
| `segment_id` | `string` | A unique identifier for the segment. |
| `call_state` | `string` | The current state of the call. |
| `direction` | `string` | The direction of this call. <br/>Possible values: `inbound`, `outbound` |
| `type` | `string` | The type of call. <br/>Possible values: `sip`, `phone` |
| `type` | `string` | The type of call. <br/>Possible values: `sip`, `phone`, `webrtc` |
| `from` | `string` | The number/URI that initiated this call. |
| `to` | `string` | The number/URI of the destination of this call. |
| `headers` | `object[]` | The headers associated with this call. |
Expand Down