Closed Joseph-TSS closed 3 years ago
audioManager.setMicrophoneMute(boolean) its working for me and thanks a lot... again i need a favor from u (how to end the session and can i flip camera while live stream?)
With the current sample, that is not possible. There is a UI button to select front or back facing camera. The best way would be to re-establish peer connection.
About ending session, onDestroy()
handles it.
Closing assuming question is answered
@Joseph-TSS ,
Question is not clear. Are you looking to mute local audio or received remote audio? If local audio, you can use
audioManager.setMicrophoneMute(boolean)
to do so.