mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 16:07:50 +00:00
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org> Co-authored-by: Lucian-Paul Torje <lucian-paul.torje@8x8.com>
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
/**
|
|
* The key for file sharing metadata in the conference.
|
|
*/
|
|
export const FILE_SHARING_ID = 'files';
|