I made an app that uses webRTC. But when I request permission in IOS webview the browser notification shows my url. Like "Allow 'myUrl' to use your microphone"
I wish this notification didn't show my url. Has anyone solved this problem?
Incidentally, under ios15 version, the app's own permission cannot be used as the permission of webRTC. So it's impossible to solve it with the app's own permissions.