sjkummer / janus-gateway-js

Janus-gateway WebRTC client for Node.js and the browser.
MIT License
175 stars 56 forks source link

Nativescript support #119

Closed radudiaconu0 closed 3 years ago

radudiaconu0 commented 3 years ago

Can i use this library with Nativescript?

sjkummer commented 3 years ago

I have no experience with Nativescript at all. If they do not use WebViews on the client, this means you cannot use the WebRTC stack embedded in the browser. Instead, you'll need to bring and integrate your own WebRTC stack.

However, you can still use this library to control the Janus API.