RocketChat/Rocket.Chat

View on GitHub
packages/livechat/src/components/Messages/constants.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const MESSAGE_TYPE_ROOM_NAME_CHANGED = 'r';
export const MESSAGE_TYPE_USER_ADDED = 'au';
export const MESSAGE_TYPE_USER_REMOVED = 'ru';
export const MESSAGE_TYPE_USER_JOINED = 'uj';
export const MESSAGE_TYPE_USER_LEFT = 'ul';
export const MESSAGE_TYPE_WELCOME = 'wm';
export const MESSAGE_TYPE_COMMAND = 'command';
export const MESSAGE_TYPE_LIVECHAT_CLOSED = 'livechat-close';
export const MESSAGE_TYPE_LIVECHAT_STARTED = 'livechat-started';
export const MESSAGE_TYPE_LIVECHAT_TRANSFER_HISTORY = 'livechat_transfer_history';
export const MESSAGE_WEBRTC_CALL = 'livechat_webrtc_video_call';
export const MESSAGE_VIDEO_CALL = 'livechat_video_call';
export const MESSAGE_TYPE_PRIORITY_CHANGE = 'omnichannel_priority_change_history';
export const MESSAGE_TYPE_SLA_CHANGE = 'omnichannel_sla_change_history';
export const MESSAGE_TYPE_LIVECHAT_NAVIGATION_HISTORY = 'livechat_navigation_history';