-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local recording using getDisplayMedia and getUserMedia #164
Comments
I'm a little divided on that functionality. On the one hand, it is a useful feature, and not too difficult to implement. On the other hand, it makes it very easy to record without authorisation, and I'm not sure I want to enable that. |
I think that anyone can record locally, for example by recording his screen with Kazam. |
I have added this functionality to my fork. But from the author the implementation would be better for sure. You can make this feature optional, let administrators decide whether they need to comply with GDPR or something similar or not. This functionality is definitely necessary, because in the current implementation on the server it is impossible to write a common stream, the streams of all speakers are written separately. |
If all parties know that the video is recored and can all vote then its fair. just need flash message for similar. |
Can you add the ability to record locally like has been done for Jisti?
https://github.com/webrtcHacks/jitsiLocalRecorder
Full details:
https://webrtchacks.com/jitsi-recording-getdisplaymedia-audio/
The text was updated successfully, but these errors were encountered: