Skip to content

typeof RTCPeerConnection is undefined when on Linux #33

@matthew-rimmer

Description

@matthew-rimmer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions