1

I'm developing video chat/conferance application on node.js.I want to download conversation from video chat/conference. How can I download EasyRTC Video Chat/Conference conversation? Is it possible? Thanks.

Roham Rafii
  • 2,929
  • 7
  • 35
  • 49
Can
  • 372
  • 1
  • 3
  • 17

1 Answers1

0

EasyRTC does not have feature to capture and download audio+videos conversations.

You can use RecordRTC to integrate with easyRTC so you can capture and download your audio+video conversations.

Refer: RecordRTC

Mandar Pandit
  • 2,171
  • 5
  • 36
  • 58