選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

sounds.web.js 154B

123456
  1. /**
  2. * The audio source for the incoming chat message sound.
  3. *
  4. * @type {string}
  5. */
  6. export const INCOMING_MSG_SOUND_SRC = 'sounds/incomingMessage.wav';