Actual producer video width and height

Since video width and height can change during a call (https://groups.google.com/forum/#!topic/discuss-webrtc/XjUkEOcx3ww), are there any ways to include the actual video size in the server side Producer statistics (https://mediasoup.org/documentation/v3/mediasoup/rtc-statistics/#Producer-Statistics), or should I use the client side values as feedback?

We cannot decode video frames at server side so we don’t know the size of each frame.

Ok, so I must use the client feedbacks. Thanks.