webrtc::VCMReceiveCallback::FrameToRender will be replaced by webrtc::VCMReceiveCallback::OnFrameToRender. Note that this is not just a name change, the arguments are also different. The functions are both defined in modules/video_coding/include/video_coding_defines.h.
If you have implemented any subclass of this interface or called the function, you need to do the following:
Replace all implementations of the FrameToRender function with the OnFrameToRender function.
Replace all references to the FrameToRender function with the OnFrameToRender function.
Deadline: November 15, 2024