This commit is contained in:
Saúl Ibarra Corretgé 2022-11-17 12:10:29 +01:00 committed by Saúl Ibarra Corretgé
parent f38c9f5450
commit 533501deb6
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,7 @@ import { setNoiseSuppressionEnabled } from './react/features/noise-suppression/a
import {
DATA_CHANNEL_CLOSED_NOTIFICATION_ID,
NOTIFICATION_TIMEOUT_TYPE,
hideNotification,
isModerationNotificationDisplayed,
showNotification,
showWarningNotification
@ -2070,6 +2071,7 @@ export default {
room.on(
JitsiConferenceEvents.DATA_CHANNEL_OPENED, () => {
APP.store.dispatch(dataChannelOpened());
APP.store.dispatch(hideNotification(DATA_CHANNEL_CLOSED_NOTIFICATION_ID));
}
);