Using microphone with overlay extention

I need help with the overlay extension I want to use microphone inside my extension to start a voice call. Is it possible? I tried with Opentok but I got the error.

Looks like it’s not permitted given that error. (assuming it didn’t pop the alert to prompt the user to allow access to audio/visual devices)

It’s also generally a bad idea, since you can’t auto mute the player to prevent feedback loops. (as an extension has no player control)

For a voice call, you are better suited to route people off site/into another application for optimal performance, in my opinion.

Having checking, the extension iFrame only allows encrypted-media it doesn’t allow camera/microphone. So it’s not permitted by Twitch.

Edit: With a spot test on a live extension, no it’s not permitted