By using the MediaRecorder helper of aiortc.
We should figure out an API that, given a consumer.track, allows the user to record such a recv track to a file with a given path or better: get a Node Uint8Array with the captured data so the user can store or use it in their preferred way.
By using the MediaRecorder helper of
aiortc.We should figure out an API that, given a
consumer.track, allows the user to record such a recv track to a file with a given path or better: get a Node Uint8Array with the captured data so the user can store or use it in their preferred way.