Mute/UnMute WebRTC stream While playing in WebRTC iOS SDK #6165
mekya
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
How to mute/unmute in WebRTC Android SDK? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let me explain how to mute and unmute the incoming stream.
stream1
You can give
true
in the second parameter to unmute the audio track again.You can use the
enableVideoTrack
in the same way. The good thing is that when you call these methods, you make server to enable/disable sending streams. It means that you can decrease network usage if it's important for you.PS: This question is first asked and answered in stackoverflow
Cheers
Beta Was this translation helpful? Give feedback.
All reactions