bigbluebutton-Github/bigbluebutton-html5/imports/utils/statuses.js

16 lines
298 B
JavaScript
Raw Normal View History

2017-11-24 01:20:27 +08:00
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',
2023-04-15 03:20:52 +08:00
none: 'none',
};
2017-11-24 01:20:27 +08:00
export default { EMOJI_STATUSES };