set Local Video Frame Listener
Sets a listener for the local video frames. If listener is set, frames are not sent to remote side directly. Instead, LocalVideoFrameListener is called, and processed frame should be returned via ProcessedVideoFrameListener interface.
Parameters
listener
Listener that will be called on each frame captured from camera or null to remove any previously assigned listeners.