完善answer sdp代码

This commit is contained in:
ziyue
2021-04-01 10:09:50 +08:00
parent 356a8d1596
commit 868b379a12
5 changed files with 140 additions and 49 deletions

View File

@@ -644,6 +644,7 @@ public:
void loadFrom(const string &sdp);
void checkValid() const;
string toString() const;
RtcMedia *getMedia(TrackType type);
};
class RtcConfigure {