mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Fixed the parsing of m= lines
This commit is contained in:
@ -143,6 +143,7 @@ public:
|
||||
|
||||
struct RTPMap {
|
||||
RTPMap(string_view mline);
|
||||
RTPMap() {}
|
||||
|
||||
void removeFB(const string &string);
|
||||
void addFB(const string &string);
|
||||
@ -158,6 +159,9 @@ public:
|
||||
|
||||
std::vector<string> rtcpFbs;
|
||||
std::vector<string> fmtps;
|
||||
|
||||
static int parsePT(string_view view);
|
||||
void setMLine(string_view view);
|
||||
};
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user