startAssociatedCall

abstract fun startAssociatedCall(    dialNumber: String,     associationType: CallAssociationType,     audioCall: Boolean,     callback: CompletionHandler<Call>)

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

dialNumber

new recipient's cisco webex id or CUCM number who will be added on call

associationType

CallAssociationType.Transfer if call needs to be transferred

audioCall

true if association is Audio Type

callback

A closure to be executed when completed.