In my android application, I couldn’t able to render more than 14 cameras on a single screen, beyond that my app crashed with an EGL context creation failed error. I believe this is a known defect in the chromium webrtc library when we have more than 30EGLcontext created.
just curious do we need 2 contexts for each webcam stream (RTCView) in the RN webrtc library, is there any workaround to increase the number of webcam stream support in a single screen?