pull/12586/head
Saúl Ibarra Corretgé 2 years ago committed by Saúl Ibarra Corretgé
parent f38c9f5450
commit 533501deb6
  1. 2
      conference.js

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

Loading…
Cancel
Save