mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-01-19 05:00:18 +00:00
* feat: Allows jvb to control DTLS/SRTP protection profile. * test: Adds dominant speaker change print for large in testing mode.
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
// @flow
|
|
|
|
import { getLogger } from '../base/logging/functions';
|
|
|
|
export default getLogger('features/large-video');
|