Hello,
I can get the audio session id from the streamer with this code
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
but i'm using AudioRecord instead of Streamer and i can't get the same id
			
			I can get the audio session id from the streamer with this code
			
				B4X:
			
		
		
		Dim r As Reflector
        r.Target = streamer
        Dim AudioRecord As JavaObject = r.RunMethod("audioRecord")
        AudioID = AudioRecord.GetField("getAudioSessionId", Null)
	but i'm using AudioRecord instead of Streamer and i can't get the same id