I am planning to use https://www.npmjs.com/package/simple-peer for peer to peer calling. But in this the two parties get connected without the media server. But I would like to record the conversation. How can I do it? I see that Zencastr is using simple-peer and yet recording the videos. How is it done?
Asked
Active
Viewed 349 times
1 Answers
0
You can use the MediaRecorder to record video. here are some usage examples.

Dirk V
- 1,373
- 12
- 24
-
Thanks for the comment. How can I upload it to a server? – Pradeep Sreeram Jun 18 '20 at 08:43
-
You can find on google how to upload a file to a server – Dirk V Jun 18 '20 at 19:15