Open kalaschnik opened 4 years ago
The MediaConstraintObject should also allow to recrod the user’s screen.
Users can provide a {MCO} or an array for streams they want to record; e.g.,: [audio, video, screen]. The order does not matter.
[audio, video, screen]
See: https://www.webrtc-experiment.com/MultiStreamsMixer/
The MediaConstraintObject should also allow to recrod the user’s screen.
Users can provide a {MCO} or an array for streams they want to record; e.g.,:
[audio, video, screen]
. The order does not matter.