RTCMultiConnection
RTCMultiConnection copied to clipboard
screen sharing recording from the server
Is it possible to record all screen sharing sessions that are being used through my socket server by default on the server ?
Like to have files saved as "session-name_datetime".
I explored recordrtc, but it records sessions on the local user machine, and the user has to upload.
I am trying to use a plugin on the socket server or the TURN server to record.
I saw some options where I would setup a media gateway like Janus or Kurneto but those are not clear how to setup and automate.