open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
389 stars 181 forks source link

Audio Mute State #575

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:)