mergeCalls

open fun mergeCalls(    @NonNull context: Context,     @NonNull sessionIdList: List<String>,     @NonNull threadName: String,     @Nullable completion: CompletionCallback)

Call this method to merge two voip/call-in/Call-out calls

Parameters

context

Context The application context.

sessionIdList

list of session ids of calls to be merged

threadName

conversation name for the created group thread that will be associated to the call session

completion

is a block of code which will be invoked when the call is created