The JavaScript Camera SDK

Even though this is a fully supported and maintained SDK, the JavaScript Camera SDK is mainly used as a convenient way to create test and demo devices. The Nabto WebRTC platform is mainly developed with IoT camera devices in mind where JavaScript is not viable.

The main entry point is the createSignalingDevice() used to create a SignalingDevice which is used to accept incoming signaling channels from client applications.

The SignalingDevice is mostly used together with Util library to simplify the most common WebRTC use cases.

See the JavaScript Camera SDK guide for installation and usage information.