mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Assume passive role in an actpass scenario; Exposed the RTP Map iterator; Fixed setting the payload type
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user