We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The web ticketscan gave me this error Your browser does not support MediaStreamTrack.getSources API.
Your browser does not support MediaStreamTrack.getSources API.
I did some digging and it is deprecated and removed in Chrome. See the issue below for a possible solution. https://www.chromestatus.com/feature/4765305641369600
The text was updated successfully, but these errors were encountered:
thanks for reporting it, I'll take care of it :)
Sorry, something went wrong.
#265 use MediaDevices.enumerateDevices
ddaa53b
#265 additional fix for built in checkin functionality
b6b1219
should be fixed
1514e02
4fd051c
syjer
No branches or pull requests
The web ticketscan gave me this error
Your browser does not support MediaStreamTrack.getSources API.
I did some digging and it is deprecated and removed in Chrome. See the issue below for a possible solution.
https://www.chromestatus.com/feature/4765305641369600
The text was updated successfully, but these errors were encountered: