mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
15 lines
292 B
TypeScript
15 lines
292 B
TypeScript
/**
|
|
* The default time that GIFs will be displayed on the tile.
|
|
*/
|
|
export const GIF_DEFAULT_TIMEOUT = 5000;
|
|
|
|
/**
|
|
* The prefix for formatted GIF messages.
|
|
*/
|
|
export const GIF_PREFIX = 'gif[';
|
|
|
|
/**
|
|
* The Giphy default option for audience rating.
|
|
*/
|
|
export const GIF_DEFAULT_RATING = 'g';
|