Flutter is Google's free and open-source UI framework for creating native mobile applications.
Before starting, you will need to add the corresponding permissions to be able to access both the camera and microphone as described in the Android and iOS sections.
We recommend using the flutter_inappwebview and permission_handler modules to handle media permissions in the webview. Update the settings in your iOS and Android projects to match the requirements. Note that there is a known issue to show the keyboard in Android webviews.
In order for "Sign in with Google" to work in your app, you may need to add the userAgent property to your InAppWebViewSettings
Finally, add the WebView component to your code, setup the properties and fill the room URL and parameters. Here is a short example: