-
Notifications
You must be signed in to change notification settings - Fork 34
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
Video recording is not working #100
Comments
Did you enable any recording options in config.js ? |
Yes config.recordingService = {
enabled: true,
sharingEnabled: true,
hideStorageWarning: false,
};
// liveStreaming
config.liveStreaming = {
enabled: true,
}; |
@Calinteodor can you pl check when we'd show the empty recording screen? Feels like something is wrong there. @TimmyChannel what SDK version are you using? |
jitsi_meet_flutter_sdk: 0.2.2 |
Ah well, that one is very old! Please update to 10.3.0. |
Ok, I'll try to start recording on new sdk version |
Very odd! @Calinteodor PTAL. |
Hey @TimmyChannel. Thank you for the report. I am curious, do you reproduce the issue using our https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/flutter sample app? |
Hello @Calinteodor |
There seem to be 2 problems here. 1st: you need to be a moderator to start a recording. 2nd: you should not be seeing the dialog unless you are a moderator. |
Jibri is configured on the server. But in the application, when I tap on the “Start recording” button, there is a black screen where only the top panel with the “Start” button is displayed. After pressing this button the recording does not start. Debug-mode
The text was updated successfully, but these errors were encountered: