Merged with paullouisageneau/libdatachannel

This commit is contained in:
Staz M
2020-11-04 18:48:34 -05:00
5 changed files with 82 additions and 37 deletions

View File

@ -95,8 +95,7 @@ public:
struct Application : public Entry {
public:
Application(string mid = "data");
Application(const Application &other) = default;
Application(Application &&other) = default;
virtual ~Application() = default;
string description() const override;
Application reciprocate() const;
@ -122,8 +121,6 @@ public:
public:
Media(const string &sdp);
Media(const string &mline, string mid, Direction dir = Direction::SendOnly);
Media(const Media &other) = default;
Media(Media &&other) = default;
virtual ~Media() = default;
string description() const override;