|
RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
|
#include "SignalingServer.h"#include <rtc/rtc.hpp>#include <iostream>#include "NetworkManager.h"#include <nlohmann/json.hpp>#include "Message.h"#include "Logger.h"#include "NetworkUtilities.h"Go to the source code of this file.
Typedefs | |
| using | json = nlohmann::json |
| using | Clock = std::chrono::steady_clock |
| using Clock = std::chrono::steady_clock |
Definition at line 11 of file SignalingServer.cpp.
| using json = nlohmann::json |
Definition at line 10 of file SignalingServer.cpp.