Skip to content

Commit 072d52d

Browse files
committed
Update URL for JS SDK
1 parent bb4e791 commit 072d52d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample/Archiving/src/main/resources/com/example/freemarker/host.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<#include "header.ftl">
22

3-
<script src="//static.opentok.com/webrtc/v2.2/js/opentok.min.js"></script>
3+
<script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
44

55
<div class="container bump-me">
66

sample/Archiving/src/main/resources/com/example/freemarker/participant.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<#include "header.ftl">
2-
<script src="//static.opentok.com/webrtc/v2.2/js/opentok.min.js"></script>
2+
<script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
33

44
<div class="container bump-me">
55

sample/HelloWorld/src/main/resources/com/example/freemarker/index.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>OpenTok Hello World</title>
6-
<script src="//static.opentok.com/webrtc/v2.2/js/TB.min.js"></script>
6+
<script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
77
<script type="text/javascript">
88
var apiKey = '${ apiKey }';
99
var sessionId = '${ sessionId }';

0 commit comments

Comments
 (0)