I want to use Full HD video

I want to use Full HD video (1080P) added in version 1.10.5, but how can I determine whether users can use Full HD video (1080P)?

While I can determine HD video (720P) usage with the stream.isSupportHDVideo(), is there a similar method for Full HD video?

Which version of the Web Video SDK?
Version 1.10.8

Hey @joji.iizuka

Full HD video depends on the performance of your device.

In the case of HD support, we evaluate the performance of your device to determine if it can send 1080P, considering factors such as the number of CPU cores and whether SharedArrayBuffer is enabled, etc.

In other words, there isn’t a direct function to return whether it’s definitely possible to send 1080P. It depends on factors such as the current device’s performance and network bandwidth.

Thanks
Vic

1 Like