Keith Carter
Keith Carter

Reputation: 456

Why is VideoEncoder not available in my browser?

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

Upvotes: 0

Views: 342

Answers (1)

Keith Carter
Keith Carter

Reputation: 456

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

Upvotes: 1

Related Questions