stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.
https://stephenlb.github.io/webrtc-sdk/
MIT License
853 stars 278 forks source link

Adaptation to Angular 8 #73

Closed allracs closed 4 years ago

allracs commented 4 years ago

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.

allracs commented 4 years ago

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