Mise à jour de 'services/visio.libre-service.eu.md'

This commit is contained in:
Christian P. MOMON 2021-12-30 01:47:20 +01:00
parent 0c33b832e4
commit b18dc6d9e2

View file

@ -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