Matheus de Camargo Marques

Results 20 comments of Matheus de Camargo Marques

??????????????

swagger get body parameters ???

![image](https://user-images.githubusercontent.com/37029621/142049854-4effa484-e475-40a0-8194-70aa7e856886.png)

![image](https://user-images.githubusercontent.com/37029621/142050031-0572ff55-52bc-4272-970e-c2e13e1acdf6.png)

any solution for this ? It's been years...

Funcitonal code. ``` async function startCapture() { if (activeStream % 2) { connection.addStream({ screen: true, audio: true, oneway: true, }); console.log(activeStream); activeStream++; } else { connection.addStream({ audio: true, video: true,...