Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

constants.js 385B

1234567891011121314
  1. /**
  2. * The identifier of the sound to be played when the status of an outgoing call
  3. * is ringing.
  4. *
  5. * @type {string}
  6. */
  7. export const OUTGOING_CALL_RINGING_SOUND_ID = 'OUTGOING_CALL_RINGING_SOUND_ID';
  8. /**
  9. * The identifier of the sound to be played when outgoing call is started.
  10. *
  11. * @type {string}
  12. */
  13. export const OUTGOING_CALL_START_SOUND_ID = 'OUTGOING_CALL_START_SOUND_ID';