mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-01 05:07:56 +00:00
🚸(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:
committed by
aleb_the_flash
parent
8072d2c950
commit
d7f1b7b94c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user