Rocket.Chat.iOS icon indicating copy to clipboard operation
Rocket.Chat.iOS copied to clipboard

[BUG] Unable to send audio message after videocall

Open luismachado opened this issue 5 years ago • 2 comments

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... :|

luismachado avatar Apr 12 '19 09:04 luismachado