The JavaScript Client SDK
This SDK makes it simple to connect to a Nabto WebRTC device from a browser application.
The entry point is the createSignalingClient()
used to create a SignalingClient
which can be used to make a signaling channel to a Nabto WebRTC device.
The SignalingClient
is mostly used together with Util library to simplify the most common WebRTC use cases.
See the JavaScript Client SDK guide for installation and usage information.