startVideoStreamingSession

suspend fun startVideoStreamingSession(    context: Context,     recipients: List<STWRecipient>?,     callPriority: Int = STWCallPriority.NORMAL): ApiResult<STWVCall>

Call this method to start a new Video Streaming session with recipients list or to dispatcher

Return

a ApiResult.Success of STWVCall object if the call started successfully otherwise will return ApiResult.Error

Parameters

context

: the application context

recipients

: the recipients of the video streaming using the data model STWRecipient, or null to launch video streaming to dispatcher

callPriority

: the call priority , see STWCallPriority