|
|
|
@ -50,6 +50,7 @@ const JITSI_TRACK_ERROR_TO_MESSAGE_KEY_MAP = { |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
const WARNING_DISPLAY_TIMER = 4000; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* A listener for device permissions changed reported from lib-jitsi-meet. |
|
|
|
@ -133,7 +134,7 @@ MiddlewareRegistry.register(store => next => action => { |
|
|
|
|
description: additionalCameraErrorMsg, |
|
|
|
|
descriptionKey: cameraErrorMsg, |
|
|
|
|
titleKey |
|
|
|
|
})); |
|
|
|
|
}, WARNING_DISPLAY_TIMER)); |
|
|
|
|
|
|
|
|
|
if (isPrejoinPageVisible(store.getState())) { |
|
|
|
|
store.dispatch(setDeviceStatusWarning(titleKey)); |
|
|
|
@ -162,7 +163,7 @@ MiddlewareRegistry.register(store => next => action => { |
|
|
|
|
description: additionalMicErrorMsg, |
|
|
|
|
descriptionKey: micErrorMsg, |
|
|
|
|
titleKey |
|
|
|
|
})); |
|
|
|
|
}, WARNING_DISPLAY_TIMER)); |
|
|
|
|
|
|
|
|
|
if (isPrejoinPageVisible(store.getState())) { |
|
|
|
|
store.dispatch(setDeviceStatusWarning(titleKey)); |
|
|
|
|