-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Uncaught ReferenceError: RTCPeerConnection is not defined" #360
Comments
@yiannis-st to run RTC feature, the browser needs to support webrtc. if RTCPeerConneciton is not defined, it usually means your browser does not support webrtc. |
Even if the webrtc is not supported, this do not mean that agora error should stop execution of the web page right? |
@yiannis-st correct. sorry for the inconvenience caused, maybe you can use a try catch to catch the error for now. I've raised an internal jira to engineer team |
Agora web : in my angular 14 application, bootstrap of the app will stop because of an error, in some devices. Mostly xiaomi devices and miBrowser but not only will end up in a blank screen. Angular app will not be able to load, because the error will stop execution;
Related errors:
"Uncaught ReferenceError: RTCPeerConnection is not defined"
"ReferenceError: Can't find variable: RTCPeerConnection"
The text was updated successfully, but these errors were encountered: