您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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