mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
Show GIF menu in reactions menu Search GIFs using the GIPHY API Show GIFs as images in chat Show GIFs on the thumbnail of the participant that sent it Move GIF focus using up/ down arrows and send with Enter Added analytics
10 lines
195 B
JavaScript
10 lines
195 B
JavaScript
/**
|
|
* 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[';
|