We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
demo运行了,然后我设置了静音模式,但是录的本地视频还是有声音的,有方法不带声音吗?
The text was updated successfully, but these errors were encountered:
本地不要开audio录制。
Sorry, something went wrong.
请问是这个意思吗?
AudioManager audioManager = (AudioManager) this.getSystemService(Context.AUDIO_SERVICE); if (audioManager.isMicrophoneMute() == !enable) { if (enable) { audioManager.setMicrophoneMute(false); } else { audioManager.setMicrophoneMute(true); } }
@chriszeng87 设置静音模式之后,直播流没有声音,但是录的本地文件是有声音的
No branches or pull requests
demo运行了,然后我设置了静音模式,但是录的本地视频还是有声音的,有方法不带声音吗?
The text was updated successfully, but these errors were encountered: