Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011
  1. /**
  2. * The name of the bundled sound file which will be played when new participant
  3. * joins the conference.
  4. */
  5. export const PARTICIPANT_JOINED_FILE = 'joined.wav';
  6. /**
  7. * The name of the bundled sound file which will be played when any participant
  8. * leaves the conference.
  9. */
  10. export const PARTICIPANT_LEFT_FILE = 'left.wav';