Support for Angular and WebView
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
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
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
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
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