Skip to content

Conversation

@boks1971
Copy link
Contributor

Will be sent when the participant session is closed without participant
becoming active.

boks1971 and others added 4 commits August 12, 2025 17:36
Will be sent when the participant session is closed without participant
becoming active.
@changeset-bot
Copy link

changeset-bot bot commented Aug 12, 2025

🦋 Changeset detected

Latest 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
Some errors occurred when validating the changesets config:
The package or glob expression "github.com/livekit/protocol" specified in the `fixed` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@boks1971 boks1971 requested review from a team and shishirng August 12, 2025 12:20
ROOM_ENDED = 1;
PARTICIPANT_JOINED = 2;
PARTICIPANT_LEFT = 3;
PARTICIPANT_CONNECTION_ABORTED = 45;
Copy link
Contributor Author

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?

Copy link
Member

@davidzhao davidzhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@boks1971 boks1971 merged commit 2150d8e into main Aug 13, 2025
7 checks passed
@boks1971 boks1971 deleted the raja_webhook_participant_connection_aborted branch August 13, 2025 04:50
@github-actions github-actions bot mentioned this pull request Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants