mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-13 12:52:35 +00:00
8 lines
183 B
JavaScript
8 lines
183 B
JavaScript
// @flow
|
|
|
|
export const COMMAND_NEW_POLL = 'new-poll';
|
|
export const COMMAND_ANSWER_POLL = 'answer-poll';
|
|
export const COMMAND_OLD_POLLS = 'old-polls';
|
|
|
|
export const CHAR_LIMIT = 1000;
|