Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

sounds.js 330B

1234567891011
  1. /**
  2. * The name of the sound file which will be played when the status of an
  3. * outgoing call is ringing.
  4. */
  5. export const OUTGOING_CALL_RINGING_FILE = 'outgoingRinging.wav';
  6. /**
  7. * The name of the sound file which will be played when outgoing call is
  8. * started.
  9. */
  10. export const OUTGOING_CALL_START_FILE = 'outgoingStart.wav';