Skip to content

[_] handle case when self is kicked out but not during login#126

Merged
TamaraFinogina merged 2 commits into
masterfrom
fix_kickout
May 19, 2026
Merged

[_] handle case when self is kicked out but not during login#126
TamaraFinogina merged 2 commits into
masterfrom
fix_kickout

Conversation

@TamaraFinogina
Copy link
Copy Markdown
Collaborator

@TamaraFinogina TamaraFinogina commented May 19, 2026

Description

This PR adds a fix for kick-outs to work + small type check fix

Motivation and Context

Jitsi has never handled a case where the server kicks out an already logged-in user due to duplicated login. They either kick out a duplicated user that is attempting to log in, or a moderator kicks out a meeting participant. So, our case was returning an undefined participant. Added a quick fix, similar to the one Jitsi has.

How Has This Been Tested?

unit tests, QA in local

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@TamaraFinogina TamaraFinogina self-assigned this May 19, 2026
@TamaraFinogina TamaraFinogina requested a review from CandelR May 19, 2026 13:16
@TamaraFinogina TamaraFinogina merged commit 251eff6 into master May 19, 2026
3 checks passed
@TamaraFinogina TamaraFinogina deleted the fix_kickout branch May 19, 2026 14:09
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.

2 participants