Files
jitsi-meet/react/features/shared-video/logger.js
Saúl Ibarra Corretgé 8fabba1679 fix(shared-video) fix exception on mobile
Also use the "standardized" way of instantiating loggers.
2022-08-30 14:13:17 +02:00

4 lines
106 B
JavaScript

import { getLogger } from '../base/logging/functions';
export default getLogger('features/share-video');