Skip to content

Commit

Permalink
Fixed issue: excessive waiting time to resume the video playback when…
Browse files Browse the repository at this point in the history
… it becomes active from inactive (#438)

* refactored webrtc and signaling events management, ensure track event is forwarded after the active event

* removed console log

* removed isDrm property in subscribe request and changed to production environment

* addressed review comments and fixed unit test

* addressed review comment

* updated drm sdk

* updated drm sdk

* Bump RC version
  • Loading branch information
vincentsong authored Sep 19, 2024
1 parent bb8de6f commit 1e19119
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-impalas-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@millicast/sdk": patch
---

Fixed the excessive waiting time to resume the video playback when stream beomes active from inactive
2 changes: 1 addition & 1 deletion packages/millicast-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@millicast/sdk",
"version": "0.3.0-RC-5",
"version": "0.3.0-RC-6",
"description": "SDK for building a realtime broadcaster using the Millicast platform.",
"keywords": [
"sdk",
Expand Down
2 changes: 1 addition & 1 deletion packages/millicast-sdk/src/drm/rtc-drm-transform.js

Large diffs are not rendered by default.

0 comments on commit 1e19119

Please sign in to comment.