This commit removes the processing of strings in the forwarding of media to tracks

This commit is contained in:
Staz M
2020-11-04 20:30:05 -05:00
parent 4f89e479bc
commit 30ca8fb9c3
4 changed files with 127 additions and 73 deletions

View File

@ -169,6 +169,7 @@ public:
Media::RTPMap &getFormat(const string &fmt);
std::map<int, RTPMap> mRtpMap;
std::vector<uint32_t> mSsrcs;
public:
void addRTPMap(const RTPMap& map);