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
Describe the bug
When the application is running on linux,
typeof RTCPeerConnectionwill 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