jiti-meet/react/features/base/conference/constants.js

21 lines
407 B
JavaScript
Raw Normal View History

/**
* The command type for updating a participant's avatar ID.
*
* @type {string}
*/
export const AVATAR_ID_COMMAND = 'avatar-id';
/**
* The command type for updating a participant's avatar URL.
*
* @type {string}
*/
export const AVATAR_URL_COMMAND = 'avatar-url';
/**
* The command type for updating a participant's e-mail address.
*
* @type {string}
*/
export const EMAIL_COMMAND = 'email';