We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19286ba commit 2a9e8bcCopy full SHA for 2a9e8bc
src/main/webapp/whip.html
@@ -31,7 +31,7 @@
31
<script type="module">
32
33
//we started to import the WHIPClient this way because module file is causing problem
34
- import { WHIPClient } from "https://esm.sh/@eyevinn/whip-web-client/dist/whip-client.modern.js";
+ import { WHIPClient } from "https://esm.sh/@eyevinn/whip-web-client@1.1.2/dist/whip-client.modern.js";
35
36
import {getQueryParameter, generateRandomString} from "./js/utility.js"
37
import {getUrlParameter} from "./js/fetch.stream.js"
0 commit comments