joinPTTCall

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

Call this method to start a new PTT call from existing conversation

Parameters

context

the application context

threadId

conversation ID where 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 created