@stream-io/video-client 0.3.30 → 0.3.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -7985,7 +7985,7 @@ const speakerLayoutSortPreset = combineComparators(pinned, screenSharing, domina
7985
7985
  * The sorting preset for layouts that don't render all participants but
7986
7986
  * instead, render them in pages.
7987
7987
  */
7988
- const paginatedLayoutSortPreset = combineComparators(pinned, screenSharing, dominantSpeaker, ifInvisibleOrUnknownBy(speaking), ifInvisibleOrUnknownBy(reactionType('raised-hand')), ifInvisibleOrUnknownBy(publishingVideo), ifInvisibleOrUnknownBy(publishingAudio));
7988
+ const paginatedLayoutSortPreset = combineComparators(pinned, ifInvisibleOrUnknownBy(dominantSpeaker), ifInvisibleOrUnknownBy(speaking), ifInvisibleOrUnknownBy(reactionType('raised-hand')), ifInvisibleOrUnknownBy(publishingVideo), ifInvisibleOrUnknownBy(publishingAudio));
7989
7989
  /**
7990
7990
  * The sorting preset for livestreams and audio rooms.
7991
7991
  */
@@ -13486,7 +13486,7 @@ class WSConnectionFallback {
13486
13486
  }
13487
13487
  }
13488
13488
 
13489
- const version = '0.3.30';
13489
+ const version = '0.3.32';
13490
13490
 
13491
13491
  const logger = getLogger(['location']);
13492
13492
  const HINT_URL = `https://hint.stream-io-video.com/`;