node.jsnpmwebrtcmediasoup

I'm just trying to use mediasoup npm but don't know how to record streams / conversations from mediasoup npm


I'm just building a demo webrtc app with mediasoup npm. I am just trying to record the conversation for recording feature. but there is no docs related to this feature in mediasoup readme.

Is there any way to accomplish this using this npm or any other alternatives that makes building feature rich webrtc application using nodejs ?


Solution

  • Here is the project with mediasoup recording implemented mediasoup3-record-demo