Onur Çevik
Onur Çevik
Anyone solved this on Heroku? I tried running the following command on Heroku CLI and also tried to install xvfb but commands are not found. `xvfb-run -s "-ac -screen 0...
@patcon Thanks. However, I'm not using Docker at the moment. Do you know a workaround on Heroku without using Docker? Or is it mandatory?
> The issue seems like `xvfb-run command not found` > I think you need to install the x virtual framebuffer on your heroku instance. I'm unable to install xvfb on...
Fixed this issue by removing everything except: .mixWithOthers AND .defaultSpeaker. For some reason, adding .allowBluetooth makes it NOT work with Bluetooth. Final config: `try AVAudioSession.sharedInstance().setCategory(.playAndRecord, mode: .videoRecording, options: [.mixWithOthers, .defaultToSpeaker])...