Skip to content

Commit 2a9e8bc

Browse files
committed
Fix import for WhipClient
1 parent 19286ba commit 2a9e8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/whip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<script type="module">
3232

3333
//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";
34+
import { WHIPClient } from "https://esm.sh/@eyevinn/whip-web-client@1.1.2/dist/whip-client.modern.js";
3535

3636
import {getQueryParameter, generateRandomString} from "./js/utility.js"
3737
import {getUrlParameter} from "./js/fetch.stream.js"

0 commit comments

Comments
 (0)