Author Message
Pierre1
Joined: Oct 11, 2016
Messages: 1
Offline
I am looking for information on parallel forking. I have read the Calling Policies description in the Breeze Platform Overview and Specification 3.1, page 20), but I wish to know if this method supports parallel forking, or if there is another snapin that does.

Any help is greatly appreciated.
JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
Hi Pierre, please see the Javadoc for the "Call.addParticipant()" method. It states "Add another participant to the call. If the call is ringing, addParticipant has the effect of adding another participant so that multiple participants are ringing."

While it doesn't use the words "parallel forking", that is what is described. This capability is demonstrated in the Callingpolicies sample app.

http://www.devconnectprogram.com/site/global/api-refs/breeze-3_2/index.html
Go to:   
Mobile view