Files
jitsi-meet/react/features/file-sharing/constants.ts
damencho e5187de9c3 feat(file-sharing): Uses a filesharing management from ljm.
squash: Change the way we pass the list of files from the backend.

squash: Remove actions to sync local state with remote.
2025-06-17 15:51:41 -05:00

5 lines
106 B
TypeScript

/**
* The max file size we accept for upload.
*/
export const MAX_FILE_SIZE = 50 * 1024 * 1024; // 50MB