inviteNewParticipants

open fun inviteNewParticipants(    @NonNull context: Context,     @Nullable users: Array<String>,     @Nullable externalUsers: Array<String>,     @Nullable threadName: String,     @NonNull call: STWVCall,     @Nullable completion: CompletionCallback)

Call this method to invite new participant to a PTT call

Parameters

context

the application context

users

the list of international phone numbers and/or group ids that you want to invite in the PTT call(example of users format: [group:1,group:2,1234567891,1234567892,1234567893])

externalUsers

the list of international phone numbers that you want to invite with call out in the PTT call

threadName

the conversation name if a new thread will be created(when initial PTT call is 1 to 1, after invite new participant, a new group conversation will be created)

call

the call to invite user to join it.

completion

is a block of code which will be invoked when the invite is sent