Skip to content

Commit dc26310

Browse files
committed
Update URL of JS SDK in SipCall sample
1 parent 2e876ae commit dc26310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/SipCall/templates/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel='stylesheet' href='/stylesheets/style.css' />
77
<link rel='stylesheet' href='/stylesheets/pattern.css' />
88
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
9-
<script src="https://static.opentok.com/v2/js/opentok.js"></script>
9+
<script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
1010
<script>
1111
var sessionId = "<?php echo $sessionId ?>";
1212
var token = "<?php echo $token ?>";

0 commit comments

Comments
 (0)