Edge throws an error on transport.produce

Hello, I am making an application using mediasoup and in Chrome and Firefox it’s working fine, hHowever in Edge (the legacy EdgeHTML version) it keeps erroring out. I have narrowed it down to a transport.produce call for video, which fails with a :

[object DOMException]: {code: 15, message: "InvalidAccessError", name: "InvalidAccessError"}

Did anyone face a similar issue? Otherwise I have to keep digging. :slight_smile:

Cheers.