Skip to content

Commit bb4eb49

Browse files
authored
Add webhook event participant_connection_aborted (#528)
* Add webhook event participant_connection_aborted * Create fresh-birds-admire.md
1 parent c4f195a commit bb4eb49

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/fresh-birds-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export type WebhookEventNames =
2929
| 'room_finished'
3030
| 'participant_joined'
3131
| 'participant_left'
32+
| 'participant_connection_aborted'
3233
| 'track_published'
3334
| 'track_unpublished'
3435
| 'egress_started'

0 commit comments

Comments
 (0)