简体   繁体   中英

Call on android through sip

我正在使用 android.net.sip 库,我能够注册和呼叫,但我听不到声音 它显示 E/AudioRecord:AudioFlinger 无法创建记录轨道,状态:-1 E/AudioGroup:无法初始化音频设备 可以任何男孩帮我解决这个问题。

I am not manually take this permission ActivityCompat.requestPermissions(WelcomeScreenActivity.this, new String[]{Manifest.permission.RECORD_AUDIO}, 3);

after use this it is working fine for me

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM