You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sounds.js 157B

12345
  1. /**
  2. * The name of the bundled sound file which will be played when a
  3. * participant enters lobby.
  4. */
  5. export const KNOCKING_PARTICIPANT_FILE = 'knock.mp3';