From 109317f3e5c3dcb49227c87db573fda4a80501d8 Mon Sep 17 00:00:00 2001 From: mbm_1607 Date: Sun, 19 May 2024 20:13:35 +0500 Subject: [PATCH] Update Playback section regarding video playback Fixes: #20300 --- docs/docs/administration/customize.md | 6 ------ docs/docs/development/recording.md | 10 +++++++++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/docs/administration/customize.md b/docs/docs/administration/customize.md index 21b028e042..74a1ca78b7 100644 --- a/docs/docs/administration/customize.md +++ b/docs/docs/administration/customize.md @@ -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 diff --git a/docs/docs/development/recording.md b/docs/docs/development/recording.md index 27c15de5ec..6de3506b34 100644 --- a/docs/docs/development/recording.md +++ b/docs/docs/development/recording.md @@ -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