Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
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';
|