GithubHelp home page GithubHelp logo

Comments (9)

ngohuytrieu avatar ngohuytrieu commented on July 30, 2024 2

I am having the same issue here, I am stuck at this for hours, any luck guys?

from opentok-web-samples.

jesusvalenzuelar avatar jesusvalenzuelar commented on July 30, 2024

This is the package.json file:

{
  "name": "[YOUR APPLICATION NAME]",
  "version": "1.0.0",
  "description": "[YOUR BASIC APPLICATION DESCRIPTION]",
  "main": "index.js",
  "scripts": {
    "build-ng": "ng build --prod",
    "start-ng": "ng serve --prod",
    "start-electron": "ng build --prod && electron .",
    "dist": "ng build --prod && electron-builder"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "~8.0.0",
    "@angular/common": "~8.0.0",
    "@angular/compiler": "~8.0.0",
    "@angular/core": "~8.0.0",
    "@angular/forms": "~8.0.0",
    "@angular/http": "^7.2.15",
    "@angular/platform-browser": "~8.0.0",
    "@angular/platform-browser-dynamic": "~8.0.0",
    "@angular/router": "~8.0.0",
    "@ngx-loading-bar/core": "^4.2.0",
    "@ngx-loading-bar/http-client": "^4.2.0",
    "@opentok/client": "^2.16.1",
    "classlist.js": "^1.1.20150312",
    "electron-log": "^3.0.6",
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.25",
    "ngx-electron": "^2.1.1",
    "rxjs": "~6.4.0",
    "tslib": "^1.9.0",
    "zone.js": "~0.9.1"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.800.0",
    "@angular/cli": "~8.0.2",
    "@angular/compiler-cli": "~8.0.0",
    "@angular/language-service": "~8.0.0",
    "@types/jasmine": "~3.3.8",
    "@types/jasminewd2": "~2.0.3",
    "@types/moment": "^2.13.0",
    "@types/moment-timezone": "^0.5.12",
    "@types/node": "^12.0.8",
    "codelyzer": "^5.0.0",
    "electron": "^5.0.3",
    "electron-builder": "^20.43.0",
    "jasmine-core": "~3.4.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~4.1.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~2.0.1",
    "karma-jasmine": "~2.0.1",
    "karma-jasmine-html-reporter": "^1.4.0",
    "protractor": "~5.4.0",
    "ts-node": "~7.0.0",
    "tslint": "~5.15.0",
    "typescript": "~3.4.3"
  },
  "build": {
    "appId": "[YOUR_ID]",
    "mac": {
      "category": "[YOUR_CATEGORY]"
    },
    "nsis": {
      "createDesktopShortcut": "always"
    },
    "dmg": {
      "contents": [
        {
          "x": 110,
          "y": 150
        },
        {
          "x": 240,
          "y": 150,
          "type": "link",
          "path": "/Applications"
        }
      ]
    },
    "linux": {
      "category": "Audio"
    }
  }
}

from opentok-web-samples.

jesusvalenzuelar avatar jesusvalenzuelar commented on July 30, 2024

Any update?

from opentok-web-samples.

msach22 avatar msach22 commented on July 30, 2024

@jesusvalenzuelar Thanks for filing this issue. This looks like an issue with Electron and WebRTC combination. I've gone ahead and commented on the Electron issue on how to reproduce: electron/electron#11112

from opentok-web-samples.

jesusvalenzuelar avatar jesusvalenzuelar commented on July 30, 2024

@msach22 Thank you.

from opentok-web-samples.

SamirNEddine avatar SamirNEddine commented on July 30, 2024

Hello
Does it mean that we cannot use Electron with OpenTok?

from opentok-web-samples.

msach22 avatar msach22 commented on July 30, 2024

@SamirNEddine Electron is a supported endpoint by OpenTok - this is just just something we see in the logs although I haven't seen it causing any issues.

from opentok-web-samples.

PxlLoewe avatar PxlLoewe commented on July 30, 2024

I have the same issure with peerJS and webrtc in Electron

from opentok-web-samples.

LeonErath avatar LeonErath commented on July 30, 2024

Have the same issue with v13.1.2 when using sip.js (which uses webrtc).

EDIT: Seems to be fixed in future versions. Just tested it with the newest alpha version (15.0.0-alpha-6) and the error was gone 🤔

from opentok-web-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.