Why is VideoEncoder not available in my browser?

161 Views Asked by At

I'm using the latest version of Chrome. The specific error is "Uncaught ReferenceError: VideoEncoder is not defined".

Code that triggers error: let foo = VideoEncoder

1

There are 1 best solutions below

0
On

You must use https. On http sites VideoEncoder won't be defined.