Hi,
i'm developing an app that use ConnectionService to make and receive calls.
In most devices it work good but, with Samsung Galaxy S8 (Oreo 8.1) i've anissue:
When i record audio with AudioRecord class, the system does not receive any audio input.
I've checked this with method audiorecord.read() that with READ_BLOCKING mode it block thread and not return any byte.
If i try without ConnectionService all is ok, the audiorecord.read() returns bytes. How can i solve this issue?
Thanks!
i'm developing an app that use ConnectionService to make and receive calls.
In most devices it work good but, with Samsung Galaxy S8 (Oreo 8.1) i've anissue:
When i record audio with AudioRecord class, the system does not receive any audio input.
I've checked this with method audiorecord.read() that with READ_BLOCKING mode it block thread and not return any byte.
If i try without ConnectionService all is ok, the audiorecord.read() returns bytes. How can i solve this issue?
Thanks!