From 61283099d9d26fb909c91267dffd74bbd47cb3f6 Mon Sep 17 00:00:00 2001
From: Devon <86693904+Devon-White@users.noreply.github.com>
Date: Tue, 30 Sep 2025 09:25:30 -0400
Subject: [PATCH] Added webrtc as call.type
---
website/docs/main/swml/get-started/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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. |