Hello,
I’m using ZoomSDK for web 2.2.0, JWT tokens on our server are sending audio_webrtc_mode = 1
and video_webrtc_mode = 1. Client side we are using <video-player-container> to render self view, client view/s and client share/s
While tracing bitrate/quality tests for incoming and outgoing streams i see that there is bitrate values reported for audio but not for video
Can you please first try logging the raw stats data directly in your processVideoStatData function using console.log(...)? This will help confirm whether the video stats are being received locally at all.
If the video bitrate data is coming through in the console, then the issue may be with how TestRTC is consuming or processing it.
However, if there’s no video stat data in the console logs, then it’s likely that the event binding is not correctly set up or triggered after the client initialization. Please double-check that your event listeners are bound after the client or session is fully initialized and joined.
Let me know what you find — happy to help further!