This repository was archived by the owner on Oct 25, 2024. It is now read-only.
File tree 5 files changed +6
-6
lines changed 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
"dateFormat" : " ddd MMM Do YYYY" ,
18
18
"outputSourceFiles" : false ,
19
19
"outputSourcePath" : false ,
20
- "systemName" : " Intel® Collaboration Suite for WebRTC version 4.3" ,
20
+ "systemName" : " Intel® Collaboration Suite for WebRTC version 4.3.1 " ,
21
21
"footer" : " " ,
22
- "copyright" : " Copyright © 2019 Intel Corporation. All Rights Reserved." ,
22
+ "copyright" : " Copyright © 2020 Intel Corporation. All Rights Reserved." ,
23
23
"navType" : " vertical" ,
24
24
"theme" : " cosmo" ,
25
25
"linenums" : true ,
Original file line number Diff line number Diff line change 2
2
"name" : " owt-client-javascript" ,
3
3
"title" : " Open WebRTC Toolkit JavaScript SDK" ,
4
4
"description" : " Open WebRTC Toolkit JavaScript SDK" ,
5
- "version" : " 4.3.0 " ,
5
+ "version" : " 4.3.1 " ,
6
6
"homepage" : " https://webrtc.intel.com" ,
7
7
"author" : " Intel WebRTC team" ,
8
8
"contributors" : [
Original file line number Diff line number Diff line change 2
2
"name" : " oms-sample-conference" ,
3
3
"title" : " Open WebRTC Toolkit Conference Sample" ,
4
4
"description" : " Open WebRTC Toolkit JavaScript Conference Sample" ,
5
- "version" : " 4.3.0 " ,
5
+ "version" : " 4.3.1 " ,
6
6
"homepage" : " http://webrtc.intel.com" ,
7
7
"author" : " Intel WebRTC team" ,
8
8
"keywords" : [
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function SignalingChannel() {
13
13
this . onServerDisconnected = null ;
14
14
15
15
var clientType = 'Web' ;
16
- var clientVersion = '4.3' ;
16
+ var clientVersion = '4.3.1 ' ;
17
17
18
18
var wsServer = null ;
19
19
Original file line number Diff line number Diff line change 5
5
/* global navigator, window */
6
6
7
7
'use strict' ;
8
- const sdkVersion = '4.3' ;
8
+ const sdkVersion = '4.3.1 ' ;
9
9
10
10
// eslint-disable-next-line require-jsdoc
11
11
export function isFirefox ( ) {
You can’t perform that action at this time.
0 commit comments