We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e876ae commit dc26310Copy full SHA for dc26310
sample/SipCall/templates/index.php
@@ -6,7 +6,7 @@
6
<link rel='stylesheet' href='/stylesheets/style.css' />
7
<link rel='stylesheet' href='/stylesheets/pattern.css' />
8
<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>
+ <script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
10
<script>
11
var sessionId = "<?php echo $sessionId ?>";
12
var token = "<?php echo $token ?>";
0 commit comments