jitsi-meet/react/features/gifs/constants.ts
theluyuan 38ba663466
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
init
2025-09-02 14:49:16 +08:00

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';