process Video Streams
suspend fun processVideoStreams(participants: List<Participant> = emptyList(), allVideoStreams: List<Stream> = emptyList(), oldAllStreams: List<Stream> = emptyList(), adminVidID: String? = null): Result<Unit>