StdTimer

DESCRIPTION

Implementation of the SignalingTimer interface used by the SDK. This is based on std thread and std chrono libs.

DECLARATION

class StdTimer : public nabto::webrtc::SignalingTimer,
                 public std::enable_shared_from_this<StdTimer>