sdp返回真实ip和端口

This commit is contained in:
xia-chu
2021-04-27 01:16:01 +08:00
parent 1d84bb5458
commit 26cd5660cd
2 changed files with 20 additions and 1 deletions

View File

@@ -97,6 +97,10 @@ public:
}
virtual const char* getKey() const = 0;
void reset() {
value.clear();
}
protected:
mutable string value;
};