Screensharing
1. Download the attachment below. 2. Modify the "manifest.json" and the "icon.png" specifically with your own data and icon to brand...
Fri, 3 Aug, 2018 at 10:33 AM
When you begin shareScreen, enableAudio is false by default. To enable audio, you need to use skylink.shareScreen(true). For example: // Share sc...
Mon, 14 Jan, 2019 at 11:01 AM
You can do this by creating 2 SkylinkJS object instances. One instance for the screen share and the other for the camera. You may wish to refer to the ...
Thu, 17 Jan, 2019 at 4:31 PM
Current Workflow As of SkylinkJS 0.6.3, the current workflow to handle restarts in a MCU environment for shareScreen(), stopScreen(), sendStream(), refres...
Mon, 4 Mar, 2019 at 2:50 PM
Yes. While calling shareScreen, pass the first parameter to the shareScreen function as an object which has a deviceId for an audio device. Here's s...
Mon, 11 Mar, 2019 at 1:59 PM
Currently, getDisplayMedia() is not supported on Android Chrome or Apple Safari. So screen sharing cannot be initiated on mobile browsers with SkylinkJS at ...
Mon, 27 May, 2019 at 3:27 PM
Since you are sharing your current window, which is sharing the current window which is sharing the current window of the window and so on, this results in ...
Wed, 7 Aug, 2019 at 12:47 PM