@100mslive/hms-video-store 0.12.13-alpha.3 → 0.12.13

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.12.13-alpha.3",
2
+ "version": "0.12.13",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",
@@ -73,5 +73,5 @@
73
73
  "conferencing",
74
74
  "100ms"
75
75
  ],
76
- "gitHead": "602be1333ec3c791f936851843a60d1317b51234"
76
+ "gitHead": "802d2f81f4920926428d58c1466bc03e32ce7c10"
77
77
  }
@@ -218,7 +218,6 @@ export class RoomUpdateManager {
218
218
  this.listener?.onRoomUpdate(HMSRoomUpdate.TRANSCRIPTION_STATE_UPDATED, room);
219
219
  }
220
220
  private convertHls(hlsNotification?: HLSNotification) {
221
- // only checking for zeroth variant intialized
222
221
  const isInitialised =
223
222
  hlsNotification?.variants && hlsNotification.variants.length > 0
224
223
  ? hlsNotification.variants.some(variant => variant.state === HMSStreamingState.INITIALISED)