AgoraIO / Basic-Video-Broadcasting

Sample app to join/leave a channel, set the role as a host/audience, mute/unmute, switch between front/rear cameras, and set the video parameters.
MIT License
269 stars 287 forks source link

Mute Audio & Video Signalling does not work with 3.1.1 with Dual Stream #109

Open aravindm opened 3 years ago

aravindm commented 3 years ago

1) Host calls muteVideo & muteAudio on local stream 2) Host joins the channel 3) Dual stream is enabled 4) Host publishes the stream 3) Audience is getting stream-added, stream-subscribed, mute-video, mute-audio & then unmute-video & unmute-audio events.

Expected Behavior: Only receive stream-added, stream-subscribed, mute-video & mute-audio events.

Could you please let us know if this is a bug and if there is a workaround for the same.

Many Thanks.