diff --git a/services/visio.libre-service.eu.md b/services/visio.libre-service.eu.md index 0752916..42dce7d 100644 --- a/services/visio.libre-service.eu.md +++ b/services/visio.libre-service.eu.md @@ -224,6 +224,23 @@ Documentation : * https://github.com/jitsi/jitsi-videobridge/blob/master/doc/statistics.md#implementation * https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest-colibri.md +## Autoriser la connexion depuis un ordiphone +Éditer le fichier `/etc/jitsi/meet/visio.libre-service.eu-config.js` : + +``` + // If true, any checks to handoff to another application will be prevented + // and instead the app will continue to display in the current browser. + // disableDeepLinking: false, ++ disableDeepLinking: true, +``` + +Redémarrer : +``` +systemctl restart nginx.service jicofo.service jitsi-videobridge2.service +``` + +Tester depuis un ordiphone, par exemple depuis Firefox sur le Mobian d'un Pinephone :D + # Personnalisation