Shiva Kiran K
Shiva Kiran K
Sorry, I just realized that! Here is the output of `adb logcat -b crash`: [crash.log](https://github.com/phhusson/ims/files/15282143/crash.log) This comes despite having manually allowed all permissions (including Mic and Phone) in app settings.
In SipHandler.kt, ```kotlin val audioRecord = AudioRecord(MediaRecorder.AudioSource.VOICE_COMMUNICATION, 8000, AudioFormat.CHANNEL_IN_MONO, AudioFormat.ENCODING_PCM_16BIT, minBufferSize) ``` Replacing `VOICE_COMMUNICATION` with `VOICE_CALL` (along with adding the necessary permission in manifest) does fix the crash and the...
Yes, I have manually enabled the Microphone permission in the app settings and set it to "Allow only while using the app" since before posting the issue.
The available options were "Allow only while in use", "Ask every time" and "Don't allow" for Microphone. Besides, there is a "Phone" permission, which was set to "Allow" by default...
Did you get any progress on this @scj643?
> I would highly suggest also checking for `this.is_active()` and `notify::is-active`, because otherwise when Foliate is maximised in the background, e.g. on a different workspace or behind a different window,...