兼容Firefox

This commit is contained in:
xiongziliang
2021-04-06 22:51:16 +08:00
parent b5bf930467
commit a42b56ba94
2 changed files with 7 additions and 2 deletions

View File

@@ -301,6 +301,7 @@ public:
void parse(const string &str) override;
string toString() const override;
const char* getKey() const override { return "fingerprint";}
bool empty() const { return algorithm.empty() || hash.empty(); }
};
class SdpAttrSetup : public SdpItem {