Using Flutter
Flutter is Google's free and open-source UI framework for creating native mobile applications.
Last updated
Was this helpful?
Flutter is Google's free and open-source UI framework for creating native mobile applications.
Last updated
Was this helpful?
Before starting, you will need to add the corresponding permissions to be able to access both the camera and microphone as described in the and sections.
We recommend using the and 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 to show the keyboard in Android webviews.
Finally, add the WebView component to your code, setup the properties and fill the room URL and parameters. Here is a short example: