mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
This commit removes the processing of strings in the forwarding of media to tracks
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user