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.
1234567891011 |
- /**
- * The name of the sound file which will be played when the status of an
- * outgoing call is ringing.
- */
- export const OUTGOING_CALL_RINGING_FILE = 'outgoingRinging.wav';
-
- /**
- * The name of the sound file which will be played when outgoing call is
- * started.
- */
- export const OUTGOING_CALL_START_FILE = 'outgoingStart.wav';
|