Skip to content
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

typeof RTCPeerConnection is undefined when on Linux #33

Open
matthew-rimmer opened this issue Sep 4, 2023 · 0 comments
Open

typeof RTCPeerConnection is undefined when on Linux #33

matthew-rimmer opened this issue Sep 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@matthew-rimmer
Copy link

Describe the bug
When the application is running on linux, typeof RTCPeerConnection will be undefined, which is what some libraries (see peerjs) use to check if WebRTC is supported. WebRTC in general cannot be used under linux via neu, despite WebKitGTK seeming to support it (see here), so I am slightly confused by the status.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new neutralinojs project on any linux system
  2. console.log(typeof RTCPeerConnection);

Expected behavior
RTCPeerConnection should be defined

Specifications

  • OS: Nobara Linux 38 (Thirty Eight) x86_64
  • Neutralinojs version: 4.13.0
  • Neutralinojs client library version: 3.11.0
  • Neutralinojs CLI version: 9.6.1
@matthew-rimmer matthew-rimmer added the bug Something isn't working label Sep 4, 2023
@shalithasuranga shalithasuranga transferred this issue from neutralinojs/neutralinojs Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant