0

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?

Pradeep Sreeram
  • 368
  • 4
  • 19

1 Answers1

0

You can use the MediaRecorder to record video. here are some usage examples.

Dirk V
  • 1,373
  • 12
  • 24