diff --git a/website/docs/main/swml/get-started/index.mdx b/website/docs/main/swml/get-started/index.mdx index 74f42a92..a9d37767 100644 --- a/website/docs/main/swml/get-started/index.mdx +++ b/website/docs/main/swml/get-started/index.mdx @@ -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.
Possible values: `inbound`, `outbound` | -| `type` | `string` | The type of call.
Possible values: `sip`, `phone` | +| `type` | `string` | The type of call.
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. |