Update Playback section regarding video playback Fixes: #20300

This commit is contained in:
mbm_1607 2024-05-19 20:13:35 +05:00 committed by Anton Georgiev
parent 285ad950a4
commit 109317f3e5
2 changed files with 9 additions and 7 deletions

View File

@ -1457,15 +1457,9 @@ Useful tools for development:
| `userdata-bbb_skip_check_audio=` | If set to `true`, the user will not see the "echo test" prompt when sharing audio | `false` |
| `userdata-bbb_skip_check_audio_on_first_join=` | (Introduced in BigBlueButton 2.3) If set to `true`, the user will not see the "echo test" when sharing audio for the first time in the session. If the user stops sharing, next time they try to share audio the echo test window will be displayed, allowing for configuration changes to be made prior to sharing audio again | `false` |
| `userdata-bbb_override_default_locale=` | (Introduced in BigBlueButton 2.3) If set to `de`, the user's browser preference will be ignored - the client will be shown in 'de' (i.e. German) regardless of the otherwise preferred locale 'en' (or other) | `null` |
<<<<<<< HEAD
| `userdata-bbb_hide_presentation_on_join` | (Introduced in BigBlueButton 2.6) If set to `true` it will make the user enter the meeting with presentation minimized (Only for non-presenters), not permanent. | `false` |
| `userdata-bbb_direct_leave_button` | (Introduced in BigBlueButton 2.7) If set to `true` it will make a button to leave the meeting appear to the left of the Options menu. | `false` |
| `userdata-bbb_show_animations_default` | (Introduced in BigBlueButton 2.7.4) If set to `false` the default value for the Animations toggle in Settings will be 'off' | `true` |
=======
| `userdata-bbb_hide_presentation_on_join` | (Introduced in BigBlueButton 2.6) If set to `true` it will make the user enter the meeting with presentation minimized (Only for non-presenters), not permanent.
| `userdata-bbb_direct_leave_button` | (Introduced in BigBlueButton 2.7) If set to `true` it will make a button to leave the meeting appear to the left of the Options menu. | `false` | | `false` |
>>>>>>> 7f25cff8c3 (Fix typos & spelling mistakes)
#### Branding parameters

View File

@ -87,7 +87,15 @@ Some examples of things you might use the post-scripts to do:
The Playback phase involves taking the published files (audio, webcam, deskshare, chat, events, notes, captions, polls, metadata) and playing them in the browser.
Using the workflow **presentation**, playback is handled by HTML, CSS, and Javascript libraries; it is fully available in Mozilla Firefox and Google Chrome (also in Android devices). In other browsers like Opera or Safari the playback will work without all its functionality, e.g., thumbnails won't be shown. There is not a unique video file for playback, there is not an available button or link to download the recording. We have opened an [issue](https://github.com/bigbluebutton/bigbluebutton/issues/1969) for this enhancement.
Using the workflow **presentation**, playback is handled by HTML, CSS, and Javascript libraries;
it is fully available in Mozilla Firefox and Google Chrome (also on Android devices). In other
browsers like Opera or Safari the playback will work without all its functionality, e.g.,
thumbnails won't be shown.
There is not a unique video file for playback in the **presentation** workflow.
However, the **video** workflow can be used to generate that unique video file.
This workflow is not enabled by default. [See section below](#deploying-other-formats) to
learn how to enable it.
## Media storage