Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

sounds.web.js 322B

1234567891011
  1. /**
  2. * Points to the sound file which will be played when new participant joins
  3. * the conference.
  4. */
  5. export const PARTICIPANT_JOINED_SRC = 'sounds/joined.wav';
  6. /**
  7. * Points to the sound file which will be played when any participant leaves
  8. * the conference.
  9. */
  10. export const PARTICIPANT_LEFT_SRC = 'sounds/left.wav';