This repository was archived by the owner on Oct 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 "dateFormat" : " ddd MMM Do YYYY" ,
1818 "outputSourceFiles" : false ,
1919 "outputSourcePath" : false ,
20- "systemName" : " Intel® Collaboration Suite for WebRTC version 4.3 " ,
20+ "systemName" : " Intel® Collaboration Suite for WebRTC version 5.0 " ,
2121 "footer" : " " ,
22- "copyright" : " Copyright © 2019 Intel Corporation. All Rights Reserved." ,
22+ "copyright" : " Copyright © 2020 Intel Corporation. All Rights Reserved." ,
2323 "navType" : " vertical" ,
2424 "theme" : " cosmo" ,
2525 "linenums" : true ,
Original file line number Diff line number Diff line change 22 "name" : " owt-client-javascript" ,
33 "title" : " Open WebRTC Toolkit JavaScript SDK" ,
44 "description" : " Open WebRTC Toolkit JavaScript SDK" ,
5- "version" : " 4.3 .0" ,
5+ "version" : " 5.0 .0" ,
66 "homepage" : " https://webrtc.intel.com" ,
77 "author" : " Intel WebRTC team" ,
88 "contributors" : [
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function SignalingChannel() {
1313 this . onServerDisconnected = null ;
1414
1515 const clientType = 'Web' ;
16- const clientVersion = '4.3 ' ;
16+ const clientVersion = '5.0 ' ;
1717
1818 let wsServer = null ;
1919
You can’t perform that action at this time.
0 commit comments