Screensharing

How to brand customize your Chrome extension
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
Why is there no audio during screensharing?
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
How can I use both screen sharing and the camera simultaneously?
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
v0.6.3+ : Workflow for shareScreen(), stopScreen(), sendStream() and refreshConnection() for MCU based environment
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
Can I switch the audio source while screen sharing, without stopping the screen share?
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
Can Screen-Sharing be initiated on Mobile Browsers using SkylinkJS 0.9.x?
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
Why do I see an infinitely looping screen when I share my screen?
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