The Android Client SDK
This SDK makes it simple to connect to a Nabto WebRTC device from an Android app.
The entry point is the SignalingClientFactory
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 Android Client SDK guide for installation and usage information.