开发者

Turn incoming call to a conference on BlackBerry

开发者 https://www.devze.com 2023-01-29 05:24 出处:网络
I want to turn an incoming call into a conference call My options: When the user answers an incoming call, the app calls a second number, which I assume will put the first call on hold.Instead of h

I want to turn an incoming call into a conference call

My options:

  1. When the user answers an incoming call, the app calls a second number, which I assume will put the first call on hold. Instead of having a conference, the incoming call is dropped. The outgoing call is done in the same thread as the callConnected(int) method.

  2. Same as above except the call is done in a separate thread with or without a delay before the call.

None of these two scenarios are working. I have tried to hold the call and make the call on callHeld(). Th开发者_JAVA百科is didn't help either.

0

精彩评论

暂无评论...
验证码 换一张
取 消