diff --git a/docs/assets/jitsi-meet-ios-app.jpg b/docs/assets/jitsi-meet-ios-app.jpg new file mode 100644 index 000000000..c3dacf1aa Binary files /dev/null and b/docs/assets/jitsi-meet-ios-app.jpg differ diff --git a/docs/assets/jitsi-meet-ios-install.jpg b/docs/assets/jitsi-meet-ios-install.jpg new file mode 100644 index 000000000..200dda18e Binary files /dev/null and b/docs/assets/jitsi-meet-ios-install.jpg differ diff --git a/docs/assets/join-jitsi-web-allow.png b/docs/assets/join-jitsi-web-allow.png new file mode 100644 index 000000000..cc6eb6741 Binary files /dev/null and b/docs/assets/join-jitsi-web-allow.png differ diff --git a/docs/assets/join-jitsi-web-blocked.png b/docs/assets/join-jitsi-web-blocked.png new file mode 100644 index 000000000..4e96b8aaa Binary files /dev/null and b/docs/assets/join-jitsi-web-blocked.png differ diff --git a/docs/assets/join-jitsi-web-success.png b/docs/assets/join-jitsi-web-success.png new file mode 100644 index 000000000..9f523fe0c Binary files /dev/null and b/docs/assets/join-jitsi-web-success.png differ diff --git a/docs/assets/join-jitsi-web.png b/docs/assets/join-jitsi-web.png new file mode 100644 index 000000000..27dc27342 Binary files /dev/null and b/docs/assets/join-jitsi-web.png differ diff --git a/docs/user-guide/basic.md b/docs/user-guide/basic.md index a3625803c..569e464d3 100644 --- a/docs/user-guide/basic.md +++ b/docs/user-guide/basic.md @@ -4,6 +4,10 @@ title: User Guide (basic) sidebar_label: Basic options --- -Welcome to the user guide! +# Getting started -Check back soon! +* [Start a Jitsi meeting](start-a-jitsi-meeting) +* [Join a Jitsi meeting](join-a-jitsi-meeting) +* [Start a Jitsi meeting](start-a-jitsi-meeting) +* [Share a Jitsi meeting](share-a-jitsi-meeting) +* [Use Jitsi Meet on mobile](use-jitsi-meet-on-mobile) diff --git a/docs/user-guide/join-a-jitsi-meeting.md b/docs/user-guide/join-a-jitsi-meeting.md index fe74ee814..a5e7b1c47 100644 --- a/docs/user-guide/join-a-jitsi-meeting.md +++ b/docs/user-guide/join-a-jitsi-meeting.md @@ -4,6 +4,36 @@ title: Join a Jitsi Meeting sidebar_label: Join a Jitsi Meeting --- -Welcome to the user guide! -Check back soon! +# Web browser clients + +Jitsi is compatible with [these browsers](https://github.com/jitsi/jitsi-meet/wiki/Browser-support). + +## _1. Open the following URL in your preferred browser_ + +``` +https://meet.jit.si/ +``` + +## _1. Type in the unique room name you were given or have created_ + +Upon creating a [secure room name](../faq#_2-use-a-different-room-name-for-each-meeting--conference-you-have_) type in the name in the input box of the website: + +![](../assets/join-jitsi-web.png) + +## _2. Grant access to the microphone and/or camera_ + +You can use the pop up window to grant access to the PC's microphone/camera. + +![](../assets/join-jitsi-web-allow.png) + + +## _3. You should now be in the conference_ + +![](../assets/join-jitsi-web-success.png) + + +**N.B. If you have Blocked access by accident you can allow access from the address bar** +![](../assets/join-jitsi-web-blocked.png) + + diff --git a/docs/user-guide/start-a-jitsi-meeting.md b/docs/user-guide/start-a-jitsi-meeting.md index 5c2cb9310..863042f42 100644 --- a/docs/user-guide/start-a-jitsi-meeting.md +++ b/docs/user-guide/start-a-jitsi-meeting.md @@ -4,6 +4,14 @@ title: Start a Jitsi Meeting sidebar_label: Start a Jitsi Meeting --- -Welcome to the user guide! +## _1. Create a new meeting room_ -Check back soon! +If a meeting room doesn't already exist then a new one is created by default. No name selection is really important. + +In order to create a new meeting room you can type the following URL: +``` +https://meet.jit.si/B741B63E-C5E6-4D82-BAC4-048BE25D8CC7 +``` +or you can use the automatically generated strong name, eg. **EarlyPipesInvestIncreasingly** which has a high probability of uniqueness. This name generator updates every few seconds. You'll need to share the meeting room and the password, if you've set one up, to all the participants. + +![](../assets/jitsi-meet-ios-app.jpg) diff --git a/docs/user-guide/use-jitsi-meet-on-mobile.md b/docs/user-guide/use-jitsi-meet-on-mobile.md index fed0f152b..4deeb1d17 100644 --- a/docs/user-guide/use-jitsi-meet-on-mobile.md +++ b/docs/user-guide/use-jitsi-meet-on-mobile.md @@ -4,6 +4,27 @@ title: Use Jitsi Meet on Mobile sidebar_label: Use Jitsi Meet on Mobile --- -Welcome to the user guide! +# Mobile Clients + +## iOS + +## _1. Make sure you've installed the most up-to-date application from the App Store_ + +![](../assets/jitsi-meet-ios-install.jpg) + +## _2. Once you open the app you are able to type in the full address of the meeting room_ + +For example you can type the following URL: +``` +https://meet.jit.si/B741B63E-C5E6-4D82-BAC4-048BE25D8CC7 +``` +or you can use the automatically generated strong name, eg. **EarlyPipesInvestIncreasingly** which has a high probability of uniqueness. This name generator updates every few seconds. You'll need to share the meeting room and the password, if you've set one up, to all the participants. + +![](../assets/jitsi-meet-ios-app.jpg) + +**N.B. Previous meeting rooms will appear below for future ease of use** + + +## Android Check back soon! diff --git a/docs/user-guide/user-guide.md b/docs/user-guide/user-guide.md index 6ee68109b..e2a667f07 100644 --- a/docs/user-guide/user-guide.md +++ b/docs/user-guide/user-guide.md @@ -4,6 +4,6 @@ title: User Guide sidebar_label: Overview --- -Welcome to the user guide! +* [Basic Usage](basic) +* [Advanced Usage](advanced) -Check back soon!