Files
jitsi-meet/react/features/file-sharing/constants.ts
Calin-Teodor 82f2060ebf feat(file-sharing) add support for file sharing
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
Co-authored-by: Lucian-Paul Torje <lucian-paul.torje@8x8.com>
2025-05-16 11:31:53 +02:00

5 lines
104 B
TypeScript

/**
* The key for file sharing metadata in the conference.
*/
export const FILE_SHARING_ID = 'files';