mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
ref: improve handling for room destroyed events (#13591)
* ref: improve handling for room destroyed events * add missing translation * code review * implement kick handling * implement native handling * fix tests * code review changes * add dialog testId * fix end conf for react native * fix lobby test * add translation for lobby closing --------- Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com>
This commit is contained in:
@@ -96,6 +96,7 @@ const Dialog = ({
|
||||
onCancel,
|
||||
onSubmit,
|
||||
size,
|
||||
testId,
|
||||
title,
|
||||
titleKey
|
||||
}: IDialogProps) => {
|
||||
@@ -127,6 +128,7 @@ const Dialog = ({
|
||||
onClose = { onClose }
|
||||
size = { size }
|
||||
submit = { submit }
|
||||
testId = { testId }
|
||||
title = { title }
|
||||
titleKey = { titleKey }>
|
||||
<div className = { classes.header }>
|
||||
|
||||
Reference in New Issue
Block a user