2016-10-05 14:36:59 +00:00
|
|
|
/**
|
2017-02-28 23:12:02 +00:00
|
|
|
* 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.
|
2016-10-05 14:36:59 +00:00
|
|
|
*
|
|
|
|
* @type {string}
|
|
|
|
*/
|
|
|
|
export const EMAIL_COMMAND = 'email';
|