-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Missing properties of Media Tracks #17
Comments
video tracks
audio tracks
feat: 43d69a8 |
@triniwiz so in alpha22, what is the best way to get access to the aspect ratio of the local video stream? For example, in the main page of the In the context of these lines, I tried to do the following: On Android I got the following output:
Some questions:
Thanks! |
|
Which platform(s) does your issue occur on?
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
Can you please implement following properties of media track objects;
video tracks;
** aspectRatio
** facingMode
** frameRate
** height
** width
audio tracks;
** volume
and also, it would be good to have an event that is firing when the aspect ratio is changed
The text was updated successfully, but these errors were encountered: