Merge remote-tracking branch 'paulgit/master' into merge_with_master

This commit is contained in:
Staz M
2020-11-06 19:26:31 -05:00
7 changed files with 56 additions and 47 deletions

View File

@ -38,9 +38,8 @@ public:
enum class Role { ActPass, Passive, Active };
enum class Direction { SendOnly, RecvOnly, SendRecv, Inactive, Unknown };
Description(const string &sdp, const string &typeString = "");
Description(const string &sdp, Type type);
Description(const string &sdp, Type type, Role role);
Description(const string &sdp, Type type = Type::Unspec, Role role = Role::ActPass);
Description(const string &sdp, string typeString);
Type type() const;
string typeString() const;