mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 17:17:47 +00:00
9 lines
216 B
JavaScript
9 lines
216 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 = 500;
|
|
export const ANSWERS_LIMIT = 255;
|