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

Add support for MediaStreamTrack.(getCapabilities|getSettings) method #482

Closed
rejebsab opened this issue Apr 9, 2020 · 5 comments
Closed
Assignees
Labels
enhancement webrtc-api webrtc-api related
Milestone

Comments

@rejebsab
Copy link

rejebsab commented Apr 9, 2020

MediaStreamTrack.getCapabilities method hasn't been implemented but it's in the spec.
https://www.w3.org/TR/mediacapture-streams/#dom-inputdeviceinfo-getcapabilities

@hthetiot
Copy link
Contributor

hthetiot commented Apr 9, 2020

MediaStreamTrack.getSettings is in the spec and not implemented also.
https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack-getsettings

We never said this was the full spec to the contrary.

Screen Shot 2020-04-09 at 8 12 49 PM

Still can be a nice improvement for the future.

@hthetiot hthetiot added this to the 7.0.x milestone Apr 9, 2020
@hthetiot hthetiot added enhancement webrtc-api webrtc-api related labels Apr 9, 2020
@rejebsab
Copy link
Author

Any approximative due date for the 7.0.x release version please?

@hthetiot
Copy link
Contributor

I might be able to put that in 6.0.x, I will see what I can do.

@hthetiot hthetiot modified the milestones: 7.0.x, 6.0.x Apr 28, 2020
@hthetiot hthetiot self-assigned this Apr 28, 2020
@hthetiot hthetiot changed the title Add support for MediaStreamTrack.getCapabilities() method Add support for MediaStreamTrack.(getCapabilities|getSettings) method May 24, 2020
@hthetiot hthetiot modified the milestones: 6.0.x, 6.0.12 May 24, 2020
@RSATom
Copy link
Contributor

RSATom commented Nov 24, 2020

@hthetiot maybe it's dumb question, but I'm newbie in using iosrtc plugin so can't understand possible obvious thing - are getCapabilities|getSettings was implemented in iosrtc only as empty stubs just to avoid exceptions on runtime or I should search real implementation somewhere else?

@hthetiot
Copy link
Contributor

Comment on closed issue is a sine @RSATom please create separate issue. But to answer this methods are SHAM (fake) for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement webrtc-api webrtc-api related
Projects
None yet
Development

No branches or pull requests

3 participants