startLiveStreamingCall

open fun startLiveStreamingCall(    @NonNull context: Context,     @Nullable users: Array<String>,     priority: Int,     @Nullable completion: CompletionCallback)

Call this method to start a new live streaming call

Parameters

context

the application context

users

the list of international phone numbers and/or group ids that you want to start with the call, or null to launch video streaming to dispatcher(example of users format: [group:1,group:2,1234567891,1234567892,1234567893])

completion

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