-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SetFireOnTrackBeforeFirstRTP #2933
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2933 +/- ##
==========================================
+ Coverage 78.99% 79.00% +0.01%
==========================================
Files 89 89
Lines 8573 8578 +5
==========================================
+ Hits 6772 6777 +5
Misses 1311 1311
Partials 490 490
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
4e3bbe5
to
1c20edf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't do this unfortunately, would break lots of code. Users perform logic on what codec is being sent
@edaniels Could we put it behind SettingEngine? |
Yeah let's do that. Making Codec/PayloadType blocking feels bad as well |
1c20edf
to
d497d5d
Compare
@Sean-Der how about this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beautiful :)
@edaniels sorry that didn't happen in
|
This will allow getting OnTrack events before RTP packets are received (non-simulcast)