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

15 lines
282 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',
};
2017-11-24 01:20:27 +08:00
export default { EMOJI_STATUSES };