NewSignalingChannelHandler
DESCRIPTION
Callback function definition when a new signaling channel is available.
DECLARATION
using NewSignalingChannelHandler =
std::function<void(SignalingChannelPtr channel, bool authorized)>
PARAMETERS
channel:
- The new channel.
authorized:
- True if the client was authorized centrally by the Nabto backend.