Uncaught ReferenceError: mozRTCSessionDescription is not defined

120 views Asked by At

I have an ASP.NET MVC app (.NET Framework 4.6.2) which has a front end on Knockout.js it also uses signalR.

The app was working fine until we upgraded Firefox to version 113.0 and 113.0.1. The app shows blank screen after login. It's working fine on previous version 112.x.x and below also working fine on latest chrome version.

Im seeing this error "Uncaught ReferenceError: mozRTCSessionDescription is not defined" on the console and this error doesn't show up on other browsers.

I have checked media.peerconnection.enabled is set to true in firefox.

I need assistance on how to resolve this.

1

There are 1 answers

1
iamdlm On

That's because it was removed in that version, see the release notes.

Removed the long-deprecated mozRTCPeerConnection, mozRTCIceCandidate, and mozRTCSessionDescription types. Sites should utilize the non-prefixed variants instead.