stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.

Home Page:https://stephenlb.github.io/webrtc-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adaptation to Angular 8

allracs opened this issue · comments

Hi!
I'm building a call / video-call web app for a university project and I wonder if it's possible to adapt the webrtc-v2.js to TypeScript (Angular 8), by the way I'm trying to adapt it by myself. But I'm stuck on some code errors because TypeScript is not as free as JavaScript when creating and declaring new variables or data structures or even calling functions.

Anyways this API is awesome. I tried this repo project on my server and it works super! (But I couldn't inject the JS in my Angular project)

Thanks,
Óscar.

Forget about this issue, I injected JS code creating DOM nodes (type: script) if this could help someone.