Skip to content

Commit 4d2b2ce

Browse files
slee-awsgithub-actions[bot]
authored andcommitted
chore: update Amazon IVS Player SDK to 1.48.0
1 parent bc780a3 commit 4d2b2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-ui/src/components/videoPlayer/VideoPlayer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const VideoPlayer = (props) => {
7171

7272
useEffect(() => {
7373
const mediaPlayerScript = document.createElement("script");
74-
mediaPlayerScript.src = "https://player.live-video.net/1.47.0/amazon-ivs-player.min.js";
74+
mediaPlayerScript.src = "https://player.live-video.net/1.48.0/amazon-ivs-player.min.js";
7575
mediaPlayerScript.async = true;
7676
mediaPlayerScript.onload = () => mediaPlayerScriptLoaded();
7777
document.body.appendChild(mediaPlayerScript);

0 commit comments

Comments
 (0)