Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
1234567 |
- /**
- * The name of the bundled audio file which will be played for the incoming chat
- * message sound.
- *
- * @type {string}
- */
- export const INCOMING_MSG_SOUND_FILE = 'incomingMessage.wav';
|