mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Changed the message stream from being a payloadType to SSRC
This commit is contained in:
@ -162,7 +162,7 @@ private:
|
||||
std::unordered_map<string, std::weak_ptr<Track>> mTracks; // by mid
|
||||
std::shared_mutex mDataChannelsMutex, mTracksMutex;
|
||||
|
||||
std::unordered_map<unsigned int, string> mMidFromPayloadType; // cache
|
||||
std::unordered_map<unsigned int, string> mMidFromSssrc; // cache
|
||||
|
||||
std::atomic<State> mState;
|
||||
std::atomic<GatheringState> mGatheringState;
|
||||
|
Reference in New Issue
Block a user