You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a new neutralinojs project on any linux system
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
The text was updated successfully, but these errors were encountered:
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:
console.log(typeof RTCPeerConnection);
Expected behavior
RTCPeerConnection should be defined
Specifications
The text was updated successfully, but these errors were encountered: