File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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
{% extends "base.html" %}
2
2
{% block content %}
3
3
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 >
5
5
6
6
< div class ="container bump-me ">
7
7
Original file line number Diff line number Diff line change 1
1
{% extends "base.html" %}
2
2
{% block content %}
3
3
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 >
5
5
6
6
< div class ="container bump-me ">
7
7
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 = '{{ api_key }}' ;
9
9
var sessionId = '{{ session_id }}' ;
You can’t perform that action at this time.
0 commit comments