mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 13:47:46 +00:00
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
// @flow
|
|
|
|
/**
|
|
* Fixed name of the YouTube player fake participant.
|
|
*/
|
|
export const YOUTUBE_PARTICIPANT_NAME = 'YouTube';
|