This repository was archived by the owner on Oct 25, 2024. It is now read-only.
File tree 3 files changed +4
-9
lines changed
3 files changed +4
-9
lines changed 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" : " 5.0 .0" ,
5
+ "version" : " 5.1 .0" ,
6
6
"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" ,
13
8
"keywords" : [
14
9
" webrtc" ,
15
10
" library" ,
Original file line number Diff line number Diff line change 2
2
"name" : " owt-sample-conference" ,
3
3
"title" : " Open WebRTC Toolkit Conference Sample" ,
4
4
"description" : " Open WebRTC Toolkit JavaScript Conference Sample" ,
5
- "version" : " 5.0 .0" ,
5
+ "version" : " 5.1 .0" ,
6
6
"homepage" : " http://webrtc.intel.com" ,
7
7
"author" : " Open WebRTC Toolkit authors" ,
8
8
"keywords" : [
Original file line number Diff line number Diff line change 5
5
/* global navigator, window */
6
6
7
7
'use strict' ;
8
- const sdkVersion = '5.0 ' ;
8
+ const sdkVersion = '5.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