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