Skip to content

Commit 2d16ae3

Browse files
committed
Update URL for JS SDK
1 parent a34bddf commit 2d16ae3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample/Archiving/templates/host.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "base.html" %}
22
{% block content %}
33

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

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

sample/Archiving/templates/participant.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "base.html" %}
22
{% block content %}
33

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

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

sample/HelloWorld/templates/index.html

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 = '{{ api_key }}';
99
var sessionId = '{{ session_id }}';

0 commit comments

Comments
 (0)