#ifndef HELPERS_H #define HELPERS_H #include "rtc/rtc.hpp" struct ClientTrackData { std::shared_ptr track; std::shared_ptr sender; ClientTrackData(std::shared_ptr track, std::shared_ptr sender); }; #endif // HELPERS_H