SetupDoneHandler

DESCRIPTION

Handler invoked when the MessageTransport has completed the setup phase of a channel.

DECLARATION

using SetupDoneHandler = std::function<void(
    const std::vector<nabto::webrtc::IceServer>& iceServers)>

PARAMETERS

iceServers:
The list of ICE server configurations returned by the Nabto Backend.