@reactoo/watchtogether-sdk-js 2.8.41 → 2.8.42

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.
@@ -56229,6 +56229,13 @@ function _handleWsEvents(event) {
56229
56229
  _assertClassBrand(_RoomSession_brand, this, _updateSubscriptions).call(this).catch(e => {
56230
56230
  this._log(e);
56231
56231
  });
56232
+ _assertClassBrand(_RoomSession_brand, this, _emitRemoteFeedUpdate).call(this, null, {
56233
+ feedRemoval: true,
56234
+ attendee: {
56235
+ id: leaving
56236
+ }
56237
+ });
56238
+ _assertClassBrand(_RoomSession_brand, this, _removeAttendeeFromCache).call(this, leaving);
56232
56239
  }
56233
56240
  if (joining) {
56234
56241
  _assertClassBrand(_RoomSession_brand, this, _cacheAttendee).call(this, joining);