I can no longer establish connection

Since the last update, my video call app no longer works. I understand this is responsible: android.permission.WRITE_EXTERNAL_STORAGE. How can this extension help? Is there any work around or any hope that the issue will be fixed soon?

where do you store your files? starting from SDK30 you are not allowed to store files to arbitrary directories anymore… use the ASD - Application Specific Directory to do this
Taifun

It’s a webRTC app. I just loaded the url within CustomWebViewer extension. The following permission are required:
android.permission.CAMERA
android.permission.RECORD_AUDIO
android.permission.MODIFY_AUDIO_SETTINGS
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
Since it’s a web app, i’m not sure why external storage is required in the first place.
Please advise.
No file storage except probably as used in the jitsi SDK which I implemented on my server.

the question was

what exactly does not work anymore?

Taifun

I could no longer establish connection. No handshake.