Revert "feat(screenshare): enable auto-pin of latest and last screenshare"
This reverts commit f42d0411b1
.
The UX provided by this feature flag in its current state is not
desired. Also, I noticed filmstrip sometimes failing to properly
update small video display mode on pin/unpin. The feature is
being left in for consumers of jitsi-meet to enable as needed.
This commit is contained in:
parent
72a1def571
commit
7cf4c7bd78
|
@ -167,13 +167,7 @@ var interfaceConfig = {
|
||||||
*
|
*
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
*/
|
*/
|
||||||
RECENT_LIST_ENABLED: true,
|
RECENT_LIST_ENABLED: true
|
||||||
|
|
||||||
/**
|
|
||||||
* A UX mode where the last screen share participant is automatically
|
|
||||||
* pinned. Note: this mode is experimental and subject to breakage.
|
|
||||||
*/
|
|
||||||
AUTO_PIN_LATEST_SCREEN_SHARE: true
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* How many columns the tile view can expand to. The respected range is
|
* How many columns the tile view can expand to. The respected range is
|
||||||
|
@ -201,6 +195,12 @@ var interfaceConfig = {
|
||||||
*/
|
*/
|
||||||
// ANDROID_APP_PACKAGE: 'org.jitsi.meet',
|
// ANDROID_APP_PACKAGE: 'org.jitsi.meet',
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A UX mode where the last screen share participant is automatically
|
||||||
|
* pinned. Note: this mode is experimental and subject to breakage.
|
||||||
|
*/
|
||||||
|
// AUTO_PIN_LATEST_SCREEN_SHARE: false,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Override the behavior of some notifications to remain displayed until
|
* Override the behavior of some notifications to remain displayed until
|
||||||
* explicitly dismissed through a user action. The value is how long, in
|
* explicitly dismissed through a user action. The value is how long, in
|
||||||
|
|
Loading…
Reference in New Issue