You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 1234567891011121314 | 
							- /**
 -  * The identifier of the sound to be played when the status of an outgoing call
 -  * is ringing.
 -  *
 -  * @type {string}
 -  */
 - export const OUTGOING_CALL_RINGING_SOUND_ID = 'OUTGOING_CALL_RINGING_SOUND_ID';
 - 
 - /**
 -  * The identifier of the sound to be played when outgoing call is started.
 -  *
 -  * @type {string}
 -  */
 - export const OUTGOING_CALL_START_SOUND_ID = 'OUTGOING_CALL_START_SOUND_ID';
 
 
  |