bigbluebutton-Github/bigbluebutton-html5/imports/utils/statuses.js
2023-04-14 16:20:52 -03:00

16 lines
298 B
JavaScript

export const EMOJI_STATUSES = {
// name: icon
away: 'time',
raiseHand: 'hand',
neutral: 'undecided',
confused: 'confused',
sad: 'sad',
happy: 'happy',
applause: 'applause',
thumbsUp: 'thumbs_up',
thumbsDown: 'thumbs_down',
none: 'none',
};
export default { EMOJI_STATUSES };