LocalVideoFrameListener

Listener for video frames captured from the local camera.

Allows observing and modifying frames before they are encoded and sent to the remote party. Modified frames are also reflected in the local preview.

Register via VideoController.setLocalVideoFrameListener.

Functions

Link copied to clipboard
abstract fun onFrame(frame: VideoFrame, processedFrameListener: ProcessedVideoFrameListener)

Called on a worker thread when a new frame is available from the local camera.