Anyone has idea?
How we can do this: to record game and audio at the same time? When I implement request microphone both with camera and I want to record whole game and audio from the user microphone, I have to add audio object which makes echo. Without audio it records game but not microphone user output.
In the example above I had to request microphone, then also to request camera. But when I'm doing recording I'm getting echo I can't remove it. How can i record microphone user output and whole game screen at the same time, then to download file which will have both audio and video.