admin 管理员组文章数量: 1086019
I am currently implementing VoIP for an Android application. I used the ConnectionService abstract:
I only succeed to make it work buy letting the user doing this manual operation:
Which is really deceptive in term of user experience. After reading other threads I noticed that the only way of skipping this should be to use the Self managed approach.
The issue is that the documentation mentions:
Are a standalone calling app and don't want their calls to be integrated into the built-in phone app. Referred to as a self managed ConnectionService.
As you probably guessed, I would like to stay integrated with the built-ins phone app, which puts me in a situation where I am not sure what to do.
You can find a reproductible example:
本文标签: VoIP on Android System Manager or Self ManagedStack Overflow
版权声明:本文标题:VoIP on Android: System Manager or Self Managed? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/p/1744021067a2519800.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论