Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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';