Assume passive role in an actpass scenario; Exposed the RTP Map iterator; Fixed setting the payload type

This commit is contained in:
Staz M
2020-11-08 20:38:18 -05:00
parent be96e8b1fa
commit 97e23d00be
4 changed files with 15 additions and 2 deletions

View File

@ -163,6 +163,9 @@ public:
void setMLine(string_view view);
};
std::map<int, RTPMap>::iterator beginMaps();
std::map<int, RTPMap>::iterator endMaps();
private:
virtual string generateSdpLines(string_view eol) const override;