-
Notifications
You must be signed in to change notification settings - Fork 43
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
enableAudio() method in NBMWebRTCPeer.java doesn't work. #4
Comments
you can use the following method to enable and disable audio.
|
For speaker and on-call functionality. you can use the following method.
|
@vikoo Thank you for your information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
I am going to implement the video/audio toggle feature. I am using enableVideo()/enableAudio() methods in NBMWebRTCPeer.java class.
Video toggle feature works fine but audio toggle feature doesn't work.
So I looked at the code and I found that enableAudio() method is empty.
Isn't there any other method to enable/disable the audio?
The text was updated successfully, but these errors were encountered: