Using Flutter
Flutter is Google's free and open-source UI framework for creating native mobile applications.
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:
Last updated