Files
jitsi-meet/react/features/desktop-picker/constants.ts
Duduman Bogdan Vlad 8a2e4bc628 feat(screenshare) - add web security fix for electron (#13096)
use send the share screen sources using the external api

---------

Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com>
2023-10-16 14:59:55 +03:00

10 lines
137 B
TypeScript

/**
* The size of the requested thumbnails.
*
* @type {Object}
*/
export const THUMBNAIL_SIZE = {
height: 300,
width: 300
};