diff options
| author | Shawn <shawn@qwil.io> | 2023-05-24 16:15:35 +0100 |
|---|---|---|
| committer | Shawn <shawn@qwil.io> | 2023-05-24 16:15:35 +0100 |
| commit | a94c890e799fec9acff660f037ae22b34e7afffa (patch) | |
| tree | 11e9b8e6b60202ad7672afa8753f0d187da0f361 | |
| parent | 8ce32a654699bc19669a6744b9583b1b067139f1 (diff) | |
| -rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -393,7 +393,7 @@ <br/> <small class="text-muted"> Skips the initial permissions check to get user media. Audio/video will be disabled, but can be enabled later. - Useful when joining just for screenshare, or as a passive attendee. + Useful when joining just for screen sharing, or as a passive attendee. </small> </div> @@ -461,14 +461,14 @@ <small class="text-muted" style="width:400px;max-width:400px"> Things to note: <ul> - <li>Not all items are displayed even if selected as some will depend on whether the feature is enabled, - the user role, or even the user device. + <li>Not all items are displayed even if selected e.g. if the feature is disabled in config or + conditionally enabled based on user role or device used. </li> <li> It is not possible to change the order of items in the toolbar. </li> <li> - It is not possible to contorl which items end up in the "More actions" menu. + It is not possible to control which items end up in the "More actions" menu. </li> </ul> </small> |
