Trigger track callback on new track

This commit is contained in:
Paul-Louis Ageneau
2020-09-08 12:35:01 +02:00
parent 28e9cd5196
commit 810cafe09b
2 changed files with 3 additions and 6 deletions

View File

@ -135,7 +135,7 @@ private:
void processLocalDescription(Description description);
void processLocalCandidate(Candidate candidate);
void triggerDataChannel(std::weak_ptr<DataChannel> weakDataChannel);
void triggerTrack(std::weak_ptr<Track> weakTrack);
void triggerTrack(std::shared_ptr<Track> track);
bool changeState(State state);
bool changeGatheringState(GatheringState state);