Patrick Star

Results 2 comments of Patrick Star

1. The root cause of the issue is that when "LocalParticipant.PublishSimulcastTrack.NewLocalTrackPublication" is called, the main track is not passed, resulting in "UnpublishTrack" not successfully invoking "p.engine.publisher.pc.RemoveTrack". ` pub := NewLocalTrackPublication(KindFromRTPType(mainTrack.Kind()),...

@davidzhao Thanks for your response. I will try to modify the code locally and test it. Once validated, I'll initiate a PR.