I tried https://stackoverflow.com/questions/59771557/xamarin-requesting-camera-permissions-in-webview this and many other solutions but nothing worked for me. It is working fine with mobile web browser but within my webview app it doesn't work. I tried creating a CustomRenderer as well as creating the Utils.cs file with Plugins.Permissions but nothing worked. Please help.
webView.Source = "https://test.webrtc.org/";