diff --git a/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh b/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh index 31ac655..911d9b4 100755 --- a/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh +++ b/type/__jitsi_meet_domain/files/_update_jitsi_configurations.sh @@ -7,7 +7,7 @@ # We could automate this, but are using it as an indicator for the # latest branch with which we conciliated changes. -BRANCH="jitsi-meet_10655" +BRANCH="jitsi-meet_10710" REPO="https://github.com/jitsi/jitsi-meet" get_url() { diff --git a/type/__jitsi_meet_domain/files/config.js.sh b/type/__jitsi_meet_domain/files/config.js.sh index ff976b2..5a65a25 100644 --- a/type/__jitsi_meet_domain/files/config.js.sh +++ b/type/__jitsi_meet_domain/files/config.js.sh @@ -158,6 +158,9 @@ var config = { // Disables self-view settings in UI // disableSelfViewSettings: false, + // Shows/hides the moderator setting for chat permissions. + // showChatPermissionsModeratorSetting: false, + // screenshotCapture : { // Enables the screensharing capture feature. // enabled: false, @@ -528,9 +531,6 @@ $(if [ -n "${VIDEO_CONSTRAINTS}" ]; then echo "${VIDEO_CONSTRAINTS},"; fi) // // Note: Starting transcriptions from the recording dialog will still work. // disableClosedCaptions: false, - // // Whether to invite jigasi when backend transcriptions are enabled (asyncTranscription is true in metadata). - // // By default, we invite it. - // inviteJigasiOnBackendTranscribing: true, // }, // Misc @@ -935,6 +935,11 @@ $(if [ -n "${VIDEO_CONSTRAINTS}" ]; then echo "${VIDEO_CONSTRAINTS},"; fi) // [ 'microphone', 'camera' ] // ], + // Overrides the buttons displayed in the main toolbar for reduced UI. + // When there isn't an override for a certain configuration the default jitsi-meet configuration will be used. + // The order of the buttons in the array is preserved. + // reducedUImainToolbarButtons: [ 'microphone', 'camera' ], + // Toolbar buttons which have their click/tap event exposed through the API on // \`toolbarButtonClicked\`. Passing a string for the button key will // prevent execution of the click/tap routine; passing an object with \`key\` and diff --git a/type/__jitsi_meet_domain/files/config.js.sh.orig b/type/__jitsi_meet_domain/files/config.js.sh.orig index 07c9095..b560e59 100644 --- a/type/__jitsi_meet_domain/files/config.js.sh.orig +++ b/type/__jitsi_meet_domain/files/config.js.sh.orig @@ -151,6 +151,9 @@ var config = { // Disables self-view settings in UI // disableSelfViewSettings: false, + // Shows/hides the moderator setting for chat permissions. + // showChatPermissionsModeratorSetting: false, + // screenshotCapture : { // Enables the screensharing capture feature. // enabled: false, @@ -520,9 +523,6 @@ var config = { // // Note: Starting transcriptions from the recording dialog will still work. // disableClosedCaptions: false, - // // Whether to invite jigasi when backend transcriptions are enabled (asyncTranscription is true in metadata). - // // By default, we invite it. - // inviteJigasiOnBackendTranscribing: true, // }, // Misc @@ -927,6 +927,11 @@ var config = { // [ 'microphone', 'camera' ] // ], + // Overrides the buttons displayed in the main toolbar for reduced UI. + // When there isn't an override for a certain configuration the default jitsi-meet configuration will be used. + // The order of the buttons in the array is preserved. + // reducedUImainToolbarButtons: [ 'microphone', 'camera' ], + // Toolbar buttons which have their click/tap event exposed through the API on // `toolbarButtonClicked`. Passing a string for the button key will // prevent execution of the click/tap routine; passing an object with `key` and diff --git a/type/__jitsi_meet_domain/files/jitsi-version b/type/__jitsi_meet_domain/files/jitsi-version index 0459f40..9babc67 100644 --- a/type/__jitsi_meet_domain/files/jitsi-version +++ b/type/__jitsi_meet_domain/files/jitsi-version @@ -1 +1 @@ -2.0.10655-1 \ No newline at end of file +2.0.10710-1 \ No newline at end of file