Hi@all,
I have finally managed to use Kopano-Meet both internally and externally.
I call Meet at the URL:
https://gw.externaldomain.de/meet
As I said, this works both internally and externally.
In Kopano-Webapp I have added Meet via the intranet plug-in:
<?php
define('PLUGIN_INTRANET_USER_DEFAULT_ENABLE', false);
define('PLUGIN_INTRANET_BUTTON_TITLE', 'MEET');
define('PLUGIN_INTRANET_URL', 'https://gw.externaldomain.de/meet/');
define('PLUGIN_INTRANET_AUTOSTART', false);
define('PLUGIN_INTRANET_ICON', 'resources/icons/icon_default.png');
Here you will only see the logo and the “Register” button. Nothing more happens.
What have I overlooked?