Rohit Kokate
Rohit Kokate
@ZiyanK Refer test cases to test the endpoint.. I've tested API on Postman and `npm run test` passes all the testcases
Getting the same exception on trying to read on some Android devices and I'm not sure what could be causing this. Using default configurations. ```dart final FlutterSecureStorage _secureStorage = const...
In my case, it's working on Pixel 7 (both real device and emulator) and not working on itel rs4 (real device)
Any solution for the issue?
This is what resolved the issue for me - If you get this exception when reading a value, assume it’s unreadable → delete the key. ```dart Future get(String key) async...
Any alternative?
Going to try [this](https://github.com/arthenica/ffmpeg-kit/issues/1124#issuecomment-2732950996) out for now
The bash script for iOS is stuck at `checking whether we are cross compiling... ` for me. build.log ``` INFO: System information INFO: Darwin Rohits-MacBook-Pro.local 24.3.0 Darwin Kernel Version 24.3.0:...
Hey @Erchil66 . > Have you checked on twilio logs? Which Twilio logs are you referring to? The call is never started so it never reaches TwiML app because I...
I updated VoIP certificate but the issue still persists.