Skip to content
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

safari: keep audio-video order in legacy addStream #969

Merged
merged 1 commit into from
Jun 6, 2019
Merged

Conversation

fippo
Copy link
Member

@fippo fippo commented May 31, 2019

@fippo fippo force-pushed the safari-addstream branch from d6c9ff8 to c1da730 Compare May 31, 2019 19:04
@fippo fippo force-pushed the safari-addstream branch from c1da730 to ab3152a Compare May 31, 2019 19:21
var stream2 = {id: 'id2', getTracks: stream.getTracks};
const stream2 = {
id: 'id2',
getTracks: () => [],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this right? The line it removed had stream.getTracks

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that was mostly to avoid the long line. The current getTracks is equivalent

@fippo fippo merged commit e823e58 into master Jun 6, 2019
@fippo fippo deleted the safari-addstream branch June 6, 2019 12:15
@fippo fippo mentioned this pull request Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants