how to record conversation between two microphone with JavaScript

I am trying to make an app where I want to record two microphone conversation into one file and download it. I can’t find any way to do it. what will be the best way to do it? Thanks in advance. I need some guidance on this.

I am using javascript for recording and for the backend I am using node js.