start Video Streaming Session
suspend fun startVideoStreamingSession( context: Context, recipients: List<STWRecipient>?, callPriority: Int = STWCallPriority.NORMAL): ApiResult<STWVCall>
Content copied to clipboard
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
call Priority
: the call priority , see STWCallPriority