-
Notifications
You must be signed in to change notification settings - Fork 122
Add webhook for aborted participant connection. #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Will be sent when the participant session is closed without participant becoming active.
🦋 Changeset detectedLatest commit: c5ddc56 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR 💥 An error occurred when fetching the changed packages and changesets in this PR |
| ROOM_ENDED = 1; | ||
| PARTICIPANT_JOINED = 2; | ||
| PARTICIPANT_LEFT = 3; | ||
| PARTICIPANT_CONNECTION_ABORTED = 45; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shishirng adding a new analytics type event for cases where participant joins, but never becomes active, i. e. participant session is closed without participant becoming active. Is it okay to add and send new events without changes on analytics side?
davidzhao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Will be sent when the participant session is closed without participant
becoming active.