The C++ Camera SDK
This SDK is the main way to implement Nabto WebRTC on IoT devices.
The SignalingDeviceFactory
is 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 C++ Camera SDK guide for installation and usage information.