#include #include "protodefs/include/protos.grpc.pb.h" #include "rtcPeerHandler.hpp" #ifndef RPCSTUB #define RPCSTUB class rpcStub{ public: rpcStub(std::shared_ptr peerHandler, int port); std::unique_ptr server; private: std::shared_ptr ph; }; #endif