File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Archiving/src/main/resources/com/example/freemarker
HelloWorld/src/main/resources/com/example/freemarker Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<#include "header.ftl" >
2
2
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 >
4
4
5
5
<div class =" container bump-me" >
6
6
Original file line number Diff line number Diff line change 1
1
<#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 >
3
3
4
4
<div class =" container bump-me" >
5
5
Original file line number Diff line number Diff line change 3
3
<head >
4
4
<meta charset =" utf-8" />
5
5
<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 >
7
7
<script type =" text/javascript" >
8
8
var apiKey = ' ${ apiKey }' ;
9
9
var sessionId = ' ${ sessionId }' ;
You can’t perform that action at this time.
0 commit comments