-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method setAudioEnabled in Android doesn't work? #6809
Comments
Hello, To mute microphone of your local participant please use
To mute incoming audio of all remote participants, use Also please ensure that you are using the latest SDK version. |
Hi @huynguyen96419, |
You misunderstood my question. What I mean is the audio of the media when playing. I saw that the iOS SDK has a method called enableAudioTrack, but the Android SDK does not have that method. So I had to fork the library and make changes there. |
Short description
I want to mute audio by using setAudioEnabled(false) but it's doesn't work. And how i mute audio in Android SDK?
Environment
Steps to reproduce
Expected behavior
Audio mute when i click button mute
Ask your questions on Ant Media Github Discussions
The text was updated successfully, but these errors were encountered: