How to merge Call programmatically while other call is running (Conference call)

前端 未结 6 1778
遥遥无期
遥遥无期 2020-11-29 19:44

My requirement is like this: Say I am calling a number on that time and I want to call another number programmatically. So far what I have done is: I am able to call to a pa

6条回答
  •  余生分开走
    2020-11-29 19:49

    Android API doesn't support call merging facility you can see this thread for this. https://groups.google.com/forum/?fromgroups#!searchin/android-developers/conference$20call/android-developers/6OXDEe0tCks/8cuKdW1J9b8J but what you can do is open phone's call pad screen using aidl from there user can add another call or merge the call.

提交回复
热议问题