findLiveSuspend

suspend fun findLiveSuspend(): Either<ArcXPException, List<VideoVO>>

Returns list of current live videos (suspend)

Return

Either Success: List<com.arcxp.video.model.VideoVO> or ArcXPException