Keep candidates when rolling back the local description

This commit is contained in:
Paul-Louis Ageneau
2020-11-01 19:19:01 +01:00
parent e91d721b20
commit 5ce699d33b
3 changed files with 21 additions and 10 deletions

View File

@ -55,6 +55,7 @@ public:
void setFingerprint(string fingerprint);
void addCandidate(Candidate candidate);
void addCandidates(std::vector<Candidate> candidates);
void endCandidates();
std::vector<Candidate> extractCandidates();