Support for Angular and WebView

Support for Angular 4
Please download the attached sample and follow the steps below. In the .angular-cli.json we set up two scripts: "scripts": [ "external-l...
Thu, 17 Jan, 2019 at 4:32 PM
Support for Angular 5
In the angular.json, we set up the script as follows: "scripts": [ "src/external-libs/skylink/skylink.complete.js" ] In the app....
Thu, 17 Jan, 2019 at 4:34 PM
How can i obtain the recordingId in app.component.ts with Angular 5?
Here's how you can do this: Instantiate the Angular EventEmitter in the app.component Pass it to the Skylink Wrapper constructor and keep it in a mem...
Thu, 17 Jan, 2019 at 4:34 PM
How can I set audio/ video bandwidth in the Angular 5 sample?
You can pass an extra object when you join the room as illustrated in the example below: In SkylinkTS.ts: this.skylink.joinRoom({                   ...
Thu, 17 Jan, 2019 at 4:33 PM
Does Skylink JS support WebView on Android?
Yes. Please see attached a demo you can use for your reference. Please note that the Codepen demo targeted here utilises a Free Plan Key.
Mon, 18 Nov, 2019 at 4:59 PM