Video SDK Type and Version
Web Video SDK v1.12.5
Description
We are tracking numerous errors of the following type in Sentry, occurring across a wide range of devices. The error appears concurrent, and the number in parentheses varies from 1 to 4 depending on the device type.
The issue predominantly occurs in Gallery View, where users consistently see only 2 out of 9 participants rendered. Shared Array Buffer is enabled, and we are using “credentialless” headers. When checking isCrossOriginIsolated
on the browser, it returns true
.
This issue happens in nearly every session we run. For reference, a sample session key is: DKXEA1zPSXCfbXAzg4uuBw==
.
Error Details
{
reason: subscribe video counts greater than maximum size (4),
type: INVALID_OPERATION
}
Troubleshooting Steps Taken
- Adjusted headers to
require-corp
, but the issue persists.
Steps to Reproduce
This issue occurs on a wide range of devices and browsers, including:
- Windows and macOS
- Android and iPhone
- Linux
It appears regardless of platform, making it difficult to isolate specific conditions.