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

src: stream: Make the old settings compatible. #95

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joaoantoniocardoso
Copy link
Collaborator

Turns out that we can make the tag "type" as optional for VideoCaptureConfiguration ("type": "video"), but required for any other, like RedirectCaptureConfiguration ("type": "redirect").

Fixes #81.

Turns out that we can make the tag "type" as optional for
VideoCaptureConfiguration ("type": "video"), but required
for any other, like RedirectCaptureConfiguration ("type": "redirect").
@joaoantoniocardoso
Copy link
Collaborator Author

Draft: I'm still testing all cases.

@patrickelectric
Copy link
Member

That's a requirement to make it easy for the frontend to detect the object type inside the json. enums must be tagged

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.

Failing to load settings between versions
2 participants