Added support to route RTCP packets with SSRC=1's to the right client

This commit is contained in:
Staz M
2020-10-20 02:11:40 -04:00
parent 1cb53362d1
commit fcb8d7b3df
4 changed files with 80 additions and 32 deletions

View File

@ -123,6 +123,7 @@ private:
void forwardMessage(message_ptr message);
void forwardMedia(message_ptr message);
void forwardBufferedAmount(uint16_t stream, size_t amount);
std::optional<std::string> getMidFromSSRC(SSRC ssrc);
std::shared_ptr<DataChannel> emplaceDataChannel(Description::Role role, string label,
string protocol, Reliability reliability);