setVideoProcessor

fun setVideoProcessor(eglBase: EglBase? = null, processor: LocalVideoProcessor): RealtimeKitMeetingBuilder

Sets a LocalVideoProcessor to be used for processing self video frames. This is useful for applying effects like virtual backgrounds.

Return

The RealtimeKitMeetingBuilder instance for method chaining.

Parameters

eglBase

The EglBase instance to be used for rendering the video frames.

processor

The LocalVideoProcessor instance that will process the local video frames.