Skip to content

Move requestPermissionForCameraAndMicrophone to platform interface

What could be improved

Right now all platform specific logic for requesting camera and microphone permissions is in the plugin. This should be moved to the platform_interface.

Why should this be improved

This way each platform implementation is seperated and more readable. It also prevents calling methods for the wrong platform which might cause bugs or crashes.

Any risks?

More information