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
https://www.useloom.com/share/a37875941986437a8bef9691cb4a6f7a This function is ran on button click
https://www.useloom.com/share/a37875941986437a8bef9691cb4a6f7a
const camerakitSetup = async () => { camerakit.Loader.base = '/webm'; const devices = await camerakit.getDevices(); myStream = await camerakit.createCaptureStream( { audio: devices.audio[0], video: devices.video[0], fallbackConfig: { base: '/webm', // Point fallback recorder }, }); myStream.init(); };
After requesting permissions, and clicking allow, the screen freezes for 5-15 seconds.
Reported by DeepHire
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://www.useloom.com/share/a37875941986437a8bef9691cb4a6f7a
This function is ran on button click
After requesting permissions, and clicking allow, the screen freezes for 5-15 seconds.
Reported by DeepHire
The text was updated successfully, but these errors were encountered: