start Associated Call
abstract fun startAssociatedCall( dialNumber: String, associationType: CallAssociationType, audioCall: Boolean, callback: CompletionHandler<Call>)
Content copied to clipboard
This associates a new call with 3rd person. transferCall() needs to be called to transfer a call when a new call association is done, Returns a new call id after associating a call
Since
3.0.0
Parameters
dial Number
new recipient's cisco webex id or CUCM number who will be added on call
association Type
CallAssociationType.Transfer if call needs to be transferred
audio Call
true if association is Audio Type
callback
A closure to be executed when completed.