open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
194 stars 96 forks source link

Audio Mute State #281

Open chenxiemin opened 2 years ago

chenxiemin commented 2 years ago

Is it possible to receive the participants audio mute / unmute events without subscribe the remote audio stream?

It seems not able to get the OnMute/OnUnmute callback in remote stream callback if not to subscribe participant's remote audio. Thanks:)