mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Keep candidates when rolling back the local description
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user