Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
chore: sdk v1.8.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Dobre committed Mar 9, 2022
1 parent ef2193f commit d4030a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-ui/src/components/videoPlayer/VideoPlayer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const VideoPlayer = () => {
player.setVolume(0.5);
}
const mediaPlayerScript = document.createElement("script");
mediaPlayerScript.src = "https://player.live-video.net/1.7.0/amazon-ivs-player.min.js";
mediaPlayerScript.src = "https://player.live-video.net/1.8.0/amazon-ivs-player.min.js";
mediaPlayerScript.async = true;
mediaPlayerScript.onload = () => mediaPlayerScriptLoaded();
document.body.appendChild(mediaPlayerScript);
Expand Down

0 comments on commit d4030a4

Please sign in to comment.