Whether the video-player internally uses a video tag depends on which video solution is being used. If you’re on version 2.1.0 or above, you can explicitly enable the WebRTC video solution by setting video_webrtc_mode: 1 in the JWT. Otherwise, the SDK will automatically decide which video solution to use.
Thanks for clarifying. Since we’re on version 2.1.0 or above, I’ll explicitly set video_webrtc_mode: 1 in the JWT to ensure the WebRTC video solution is used, instead of relying on the SDK to decide automatically
I’d like to confirm whether the WebRTC video solution is supported in Firefox. I tried using video_webrtc_mode: 1 in the JWT, but it doesn’t seem to work.