joinAudioConferenceCall

open fun joinAudioConferenceCall(    @NonNull context: Context,     @NonNull threadId: String,     @Nullable completion: CompletionCallback)

Call this method to join an audio conference call from existing conversation

Parameters

context

the application context

threadId

conversation ID where the call will be associated(the called party will be recipient of the thread)

completion

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