We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f195a commit bb4eb49Copy full SHA for bb4eb49
.changeset/fresh-birds-admire.md
@@ -0,0 +1,5 @@
1
+---
2
+"livekit-server-sdk": patch
3
4
+
5
+Add webhook event participant_connection_aborted
packages/livekit-server-sdk/src/WebhookReceiver.ts
@@ -29,6 +29,7 @@ export type WebhookEventNames =
29
| 'room_finished'
30
| 'participant_joined'
31
| 'participant_left'
32
+ | 'participant_connection_aborted'
33
| 'track_published'
34
| 'track_unpublished'
35
| 'egress_started'
0 commit comments