RemoteVideoFrameListener

Listener for video frames received from the remote party.

Allows observing and modifying frames before they are rendered.

Register via VideoController.setRemoteVideoFrameListener.

Functions

Link copied to clipboard
abstract fun onFrame(callId: String, frame: VideoFrame)

Called when a new frame is received from the remote stream.