Description
Can I get the maximum number before calling renderVideo API?
After calling renderVideo API, the message “subscribe video counts greater than maximum size (1)” is displayed.
I want to get the part (1) before calling renderVideo API.
I think 1 is when “mediaStream.isSupportMultipleVideos() == false”.
How do I get 4 and 9?
Browser Console Error
subscribe video counts greater than maximum size (1)
I think 1 is when “mediaStream.isSupportMultipleVideos() == false”.
That’s correct.
How do I get 4 and 9?
Typically, on mobile browsers or when SharedArrayBuffer is disabled, the maximum number is 4. However, on desktop browsers with SharedArrayBuffer enabled, the maximum number increases to 25.