start Emergency Call With Additional Recipients
suspend fun startEmergencyCallWithAdditionalRecipients( context: Context, additionalRecipients: List<STWRecipient>, conversationName: String, floorRequestOnInvite: Boolean = false, callPriority: Int, onEmergencyFallback: FallbackCallback? = null): ApiResult<STWVCall>
Content copied to clipboard
Call this method to start a new Emergency PTT call with additional recipients besides the pre-configured recipients
Return
a ApiResult.Success of STWVCall object if the call started successfully or else will return ApiResult.Error if not
Parameters
context
: the application context
additional Recipients
: the additional recipients of the emergency call using the data model STWRecipient
conversation Name
: conversation name for the created group thread that will be associated to the call session
floor Request On Invite
: take the floor as soon as user joined the call
call Priority
: the call priority , see STWCallPriority