Mise à jour de 'services/visio.libre-service.eu.md'
This commit is contained in:
parent
0c33b832e4
commit
b18dc6d9e2
1 changed files with 17 additions and 0 deletions
|
@ -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/statistics.md#implementation
|
||||||
* https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest-colibri.md
|
* 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
|
# Personnalisation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue