FAQ
Our SDK does not send audio level events. However, using the webAudio API you can easily access the audio streams to capture levels data and send this infor...
Fri, 12 Feb, 2016 at 3:19 PM
To obtain the bitmap data of the Stream object received in Events like incomingStream, mediaAccessSuccess, getUserMedia() callback success and shareScreen(...
Mon, 15 Oct, 2018 at 2:14 PM
When you receive the Stream object in Events like incomingStream, mediaAccessSuccess, getUserMedia() callback success and shareScreen() callback success, yo...
Mon, 15 Oct, 2018 at 2:17 PM
You may wish to consider the lockRoom method with the systemAction event lockRoom is a function that locks the current Room when in session to prevent o...
Tue, 9 Jan, 2018 at 5:08 PM
Prior to using the LeaveRoom method to close any existing socket channel connections, Peer A can send a message to the other Peers in the room using: sk...
Tue, 19 Dec, 2017 at 2:57 PM
For reasons of security, Skylink is designed to not allow this without actually joining the room. However, you may wish to consider joining the room with a...
Tue, 12 Feb, 2019 at 12:19 PM
Temasys takes a best effort approach to catch and address any upcoming issues related to browser releases prior to their release to end-users by the browser...
Fri, 15 Feb, 2019 at 11:10 PM
Herr's what you can do to switch to a different AV device: sendStream({
audio: { deviceId: xxx },
video: { deviceId: xxx }
}); Do note that this...
Mon, 25 Feb, 2019 at 2:35 PM
As we move closer towards the impending release of a "unified plan"-only Google Chrome release, our teams are working on updating the Skylink SDKs...
Wed, 17 Apr, 2019 at 7:05 PM
You may wish to use getStreamSources() to get the list of available camera and microphone sources.
Wed, 21 Aug, 2019 at 4:31 PM