mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
use send the share screen sources using the external api --------- Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com>
10 lines
137 B
TypeScript
10 lines
137 B
TypeScript
/**
|
|
* The size of the requested thumbnails.
|
|
*
|
|
* @type {Object}
|
|
*/
|
|
export const THUMBNAIL_SIZE = {
|
|
height: 300,
|
|
width: 300
|
|
};
|