Fixed mid on local candidates

This commit is contained in:
Paul-Louis Ageneau
2020-11-29 15:57:49 +01:00
parent 244c834992
commit 452b742adc
4 changed files with 19 additions and 7 deletions

View File

@ -157,6 +157,8 @@ private:
void processLocalCandidate(Candidate candidate);
void processRemoteDescription(Description description);
void processRemoteCandidate(Candidate candidate);
string localBundleMid() const;
void triggerDataChannel(std::weak_ptr<DataChannel> weakDataChannel);
void triggerTrack(std::shared_ptr<Track> track);
bool changeState(State state);