2018-04-05 19:12:24 +00:00
|
|
|
/**
|
|
|
|
* The name of the bundled sound file which will be played when new participant
|
|
|
|
* joins the conference.
|
|
|
|
*/
|
2022-11-10 16:06:40 +00:00
|
|
|
export const PARTICIPANT_JOINED_FILE = 'joined.mp3';
|
2018-04-05 19:12:24 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* The name of the bundled sound file which will be played when any participant
|
|
|
|
* leaves the conference.
|
|
|
|
*/
|
2022-11-10 16:06:40 +00:00
|
|
|
export const PARTICIPANT_LEFT_FILE = 'left.mp3';
|