startEmergencyCallWithConnectedChannel

open fun startEmergencyCallWithConnectedChannel(    @NonNull context: Context,     @Nullable recipients: String,     @NonNull threadName: String,     priority: Int,     @Nullable completionCallback: CompletionCallback,     @Nullable fallbackCallback: FallbackCallback)

Start new emergency alert call to the recipients include the member of selected channel

Parameters

context

Contextthe application context

recipients

Stringrecipients from active Channel (example [groupId:123,groupId:456,21699926249@smartms206.streamwide.com,...])

threadName

Stringthe thread name

priority

STWCallPrioritythe call priority

completionCallback

CompletionCallbackto handle call events

fallbackCallback

FallbackCallbackperformed if the emergency call cannot be started.