How to reproduce:
Launch ptt app
join channel
call requestBeginTransmitting
in delegate method didActivate audioSession prepare AVAudioRecorder and call record
Error: AVAudioRecorder.record() returns false
If I reinstantiate and run AVAudioRecorder.record() right away then it returns true. It happens only on first audio recording after app launch.
3
0
1.1k