Rocket.Chat.iOS
Rocket.Chat.iOS copied to clipboard
[BUG] Unable to send audio message after videocall
The audio recording feature works well until a videocall is opened (and closed).
After that, sound is no longer being recorded (the timer is kept as 00:00). Looking at the logs it throws out an AVAudioSessionError
with OSStatus -50
.
I'm thinking that the JITSI toolkit
is setting up something on the AVAudioSession that then messes up than then messes up the audio recording. What do you guys think?
PS: This only happens AFTER the videocall is closed. During the videocall the audio recording works OK.
EDIT: The issue seems to only occur on real devices. Just tested it on the sim and had no issue there... :|