diff --git a/README.md b/README.md index 2c5d5e8..3dd2e59 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ This app uses Web RTC to stream a desktop inside of a docker container. This is - Fixed h264 pipelines bugs (by @mbattista). - Fixed sessions manager thread safety by adding mutexes (caused panic in rare edge cases). - Now when user gets kicked, he won't join as a ghost user again but will be logged out. +- **iOS compatibility!** Fixed really strange CSS bug, which prevented iOS from loading the video. ### Misc - Custom docker workflow. diff --git a/client/public/index.html b/client/public/index.html index c410589..264bec9 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -12,6 +12,14 @@ +