Skip to content
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

suggestion: in private session, always show invite button #72

Open
datenbank-projekt opened this issue Feb 10, 2021 · 1 comment
Open

Comments

@datenbank-projekt
Copy link

Hi,

just a suggestion:
Maybe the jitsi_invitebuttons should always be shown in private sessions ... if I (as admin) disable those in the plugin settings, how should the user share his session with others?

Olaf

@datenbank-projekt
Copy link
Author

Hi,

quick fix:
Open file sessionpriv.php,

change
$invite = ''; if ($CFG->jitsi_invitebuttons == 1) { $invite = 'invite'; }

to
$invite = 'invite';

Of course using a setting of this mod would be nicer.
Olaf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant