🚸(frontend) explain to a user her was ejected

Add a clear feedback message explaining to users when they are ejected from a
meeting, explicitly stating that the action was taken by an admin.
This commit is contained in:
lebaudantoine
2026-01-10 14:39:13 +01:00
committed by aleb_the_flash
parent 8072d2c950
commit d7f1b7b94c
7 changed files with 25 additions and 9 deletions
@@ -233,11 +233,12 @@ export const Conference = ({
navigateTo('feedback')
return
case DisconnectReason.DUPLICATE_IDENTITY:
case DisconnectReason.PARTICIPANT_REMOVED:
navigateTo(
'feedback',
{},
{
state: { reason: 'duplicateIdentity' },
state: { reason: e },
}
)
return