Skip to content

Commit

Permalink
Revert "feat(screenshare): enable auto-pin of latest and last screens…
Browse files Browse the repository at this point in the history
…hare"

This reverts commit f42d041.

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.
  • Loading branch information
Leonard Kim authored and virtuacoplenny committed May 28, 2019
1 parent 72a1def commit 7cf4c7b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions interface_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,7 @@ var interfaceConfig = {
*
* @type {boolean}
*/
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
RECENT_LIST_ENABLED: true

/**
* How many columns the tile view can expand to. The respected range is
Expand Down Expand Up @@ -201,6 +195,12 @@ var interfaceConfig = {
*/
// 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
* explicitly dismissed through a user action. The value is how long, in
Expand Down

0 comments on commit 7cf4c7b

Please sign in to comment.