We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I am making a widget to allow the user to take calls directly in Grist, to do so, I need to ask the user to allow camera and microphone.
To do that, I need the widget's iframe to pass down the "allow" property so I can in turn pass it down to the call's iframe.
See an example here: Servant-Cities/grist-integrations@828143a
It would be great to extend grist-plugin-api to let the widget request permissions just like we do when requesting document access.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem to be solved
I am making a widget to allow the user to take calls directly in Grist, to do so, I need to ask the user to allow camera and microphone.
Describe the solution you would like
To do that, I need the widget's iframe to pass down the "allow" property so I can in turn pass it down to the call's iframe.
See an example here: Servant-Cities/grist-integrations@828143a
It would be great to extend grist-plugin-api to let the widget request permissions just like we do when requesting document access.
The text was updated successfully, but these errors were encountered: