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
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed 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" : " 5.0 .0" ,
5+ "version" : " 5.1 .0" ,
66 "homepage" : " https://webrtc.intel.com" ,
7- "author" : " Intel WebRTC team" ,
8- "contributors" : [
9- " Markus Chou <yue.y.zhou@intel.com>" ,
10- " Xiaoyun Zhao <xiaoyun.zhao@intel.com>" ,
11- " Jianjun Zhu <jianjun.zhu@intel.com>"
12- ],
7+ "author" : " Open WebRTC Toolkit authors" ,
138 "keywords" : [
149 " webrtc" ,
1510 " library" ,
Original file line number Diff line number Diff line change 22 "name" : " owt-sample-conference" ,
33 "title" : " Open WebRTC Toolkit Conference Sample" ,
44 "description" : " Open WebRTC Toolkit JavaScript Conference Sample" ,
5- "version" : " 5.0 .0" ,
5+ "version" : " 5.1 .0" ,
66 "homepage" : " http://webrtc.intel.com" ,
77 "author" : " Open WebRTC Toolkit authors" ,
88 "keywords" : [
Original file line number Diff line number Diff line change 55/* global navigator, window */
66
77'use strict' ;
8- const sdkVersion = '5.0 ' ;
8+ const sdkVersion = '5.1 ' ;
99
1010// eslint-disable-next-line require-jsdoc
1111export function isFirefox ( ) {
You can’t perform that action at this time.
0 commit comments