aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e6b6baf..fbede67 100644
--- a/README.md
+++ b/README.md
@@ -174,6 +174,14 @@ To fix this, install libfuse2 as follows:
sudo apt install libfuse2
```
+Under wayland, experimental native wayland support can be enabled with the command-line switch `--ozone-platform-hint` set to `auto`:
+
+```
+./jitsi-meet-x86_64.AppImage --ozone-platform-hint=auto
+```
+
+Note that screensharing is currently not supported under wayland, eg. the permissions prompt may loop endlessly.
+
In case you experience a blank page after jitsi server upgrades, try removing the local cache files:
```