#include "Helpers.h" ClientTrackData::ClientTrackData(std::shared_ptr track, std::shared_ptr sender) { this->track = track; this->sender = sender; }