zbzt-live-sdk 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
<a name="0.8.3"></a>
|
|
6
|
+
## [0.8.3] (2024-07-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* 增加屏幕共享音频采集 ([1b3fdae])
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
5
15
|
<a name="0.8.2"></a>
|
|
6
16
|
## [0.8.2] (2024-07-05)
|
|
7
17
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* zbzt-live-sdk.js v0.8.
|
|
2
|
+
* zbzt-live-sdk.js v0.8.3
|
|
3
3
|
* 2024-7-5 lanlonggang
|
|
4
4
|
* Released By TAL Live.
|
|
5
5
|
*/
|
|
@@ -16648,7 +16648,7 @@ var urls = {
|
|
|
16648
16648
|
api: 'api.weclassroom.com',
|
|
16649
16649
|
report: 's.weclassroom.com'
|
|
16650
16650
|
};
|
|
16651
|
-
var version = '0.8.
|
|
16651
|
+
var version = '0.8.3';
|
|
16652
16652
|
var liveExt = {
|
|
16653
16653
|
name: 'live',
|
|
16654
16654
|
version: '1.0.0.0'
|
|
@@ -20071,7 +20071,7 @@ function _startScreenPreview() {
|
|
|
20071
20071
|
max: 1080
|
|
20072
20072
|
};
|
|
20073
20073
|
screenConstraints.screen.video.quality = 4;
|
|
20074
|
-
screenConstraints.screen.audio =
|
|
20074
|
+
screenConstraints.screen.audio = true;
|
|
20075
20075
|
console.warn('[创建屏幕共享流]', screenConstraints);
|
|
20076
20076
|
_context31.next = 11;
|
|
20077
20077
|
return zg.createZegoStream(screenConstraints);
|
|
@@ -36533,9 +36533,8 @@ var startScreenCapture = /*#__PURE__*/function () {
|
|
|
36533
36533
|
width: SCREEN_CONSTRAINTS.width,
|
|
36534
36534
|
height: SCREEN_CONSTRAINTS.height,
|
|
36535
36535
|
frameRate: SCREEN_CONSTRAINTS.frameRate
|
|
36536
|
-
}
|
|
36537
|
-
|
|
36538
|
-
}, 'disable');
|
|
36536
|
+
}
|
|
36537
|
+
}, 'enable');
|
|
36539
36538
|
case 3:
|
|
36540
36539
|
screenTrack = _context24.sent;
|
|
36541
36540
|
screenTrack.on('track-ended', function () {
|
|
@@ -36639,9 +36638,8 @@ var startDeviceCheckerPreview$1 = /*#__PURE__*/function () {
|
|
|
36639
36638
|
width: SCREEN_CONSTRAINTS.width,
|
|
36640
36639
|
height: SCREEN_CONSTRAINTS.height,
|
|
36641
36640
|
frameRate: SCREEN_CONSTRAINTS.frameRate
|
|
36642
|
-
}
|
|
36643
|
-
|
|
36644
|
-
}, 'disable');
|
|
36641
|
+
}
|
|
36642
|
+
}, 'enable');
|
|
36645
36643
|
case 15:
|
|
36646
36644
|
deviceCheckerTrack = _context26.sent;
|
|
36647
36645
|
case 16:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* zbzt-live-sdk.js v0.8.
|
|
2
|
+
* zbzt-live-sdk.js v0.8.3
|
|
3
3
|
* 2024-7-5 lanlonggang
|
|
4
4
|
* Released By TAL Live.
|
|
5
5
|
*/
|
|
@@ -16642,7 +16642,7 @@ var urls = {
|
|
|
16642
16642
|
api: 'api.weclassroom.com',
|
|
16643
16643
|
report: 's.weclassroom.com'
|
|
16644
16644
|
};
|
|
16645
|
-
var version = '0.8.
|
|
16645
|
+
var version = '0.8.3';
|
|
16646
16646
|
var liveExt = {
|
|
16647
16647
|
name: 'live',
|
|
16648
16648
|
version: '1.0.0.0'
|
|
@@ -20065,7 +20065,7 @@ function _startScreenPreview() {
|
|
|
20065
20065
|
max: 1080
|
|
20066
20066
|
};
|
|
20067
20067
|
screenConstraints.screen.video.quality = 4;
|
|
20068
|
-
screenConstraints.screen.audio =
|
|
20068
|
+
screenConstraints.screen.audio = true;
|
|
20069
20069
|
console.warn('[创建屏幕共享流]', screenConstraints);
|
|
20070
20070
|
_context31.next = 11;
|
|
20071
20071
|
return zg.createZegoStream(screenConstraints);
|
|
@@ -36527,9 +36527,8 @@ var startScreenCapture = /*#__PURE__*/function () {
|
|
|
36527
36527
|
width: SCREEN_CONSTRAINTS.width,
|
|
36528
36528
|
height: SCREEN_CONSTRAINTS.height,
|
|
36529
36529
|
frameRate: SCREEN_CONSTRAINTS.frameRate
|
|
36530
|
-
}
|
|
36531
|
-
|
|
36532
|
-
}, 'disable');
|
|
36530
|
+
}
|
|
36531
|
+
}, 'enable');
|
|
36533
36532
|
case 3:
|
|
36534
36533
|
screenTrack = _context24.sent;
|
|
36535
36534
|
screenTrack.on('track-ended', function () {
|
|
@@ -36633,9 +36632,8 @@ var startDeviceCheckerPreview$1 = /*#__PURE__*/function () {
|
|
|
36633
36632
|
width: SCREEN_CONSTRAINTS.width,
|
|
36634
36633
|
height: SCREEN_CONSTRAINTS.height,
|
|
36635
36634
|
frameRate: SCREEN_CONSTRAINTS.frameRate
|
|
36636
|
-
}
|
|
36637
|
-
|
|
36638
|
-
}, 'disable');
|
|
36635
|
+
}
|
|
36636
|
+
}, 'enable');
|
|
36639
36637
|
case 15:
|
|
36640
36638
|
deviceCheckerTrack = _context26.sent;
|
|
36641
36639
|
case 16:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* zbzt-live-sdk.js v0.8.
|
|
2
|
+
* zbzt-live-sdk.js v0.8.3
|
|
3
3
|
* 2024-7-5 lanlonggang
|
|
4
4
|
* Released By TAL Live.
|
|
5
5
|
*/
|
|
@@ -18331,7 +18331,7 @@
|
|
|
18331
18331
|
api: 'api.weclassroom.com',
|
|
18332
18332
|
report: 's.weclassroom.com'
|
|
18333
18333
|
};
|
|
18334
|
-
var version = '0.8.
|
|
18334
|
+
var version = '0.8.3';
|
|
18335
18335
|
var liveExt = {
|
|
18336
18336
|
name: 'live',
|
|
18337
18337
|
version: '1.0.0.0'
|
|
@@ -21754,7 +21754,7 @@
|
|
|
21754
21754
|
max: 1080
|
|
21755
21755
|
};
|
|
21756
21756
|
screenConstraints.screen.video.quality = 4;
|
|
21757
|
-
screenConstraints.screen.audio =
|
|
21757
|
+
screenConstraints.screen.audio = true;
|
|
21758
21758
|
console.warn('[创建屏幕共享流]', screenConstraints);
|
|
21759
21759
|
_context31.next = 11;
|
|
21760
21760
|
return zg.createZegoStream(screenConstraints);
|
|
@@ -38216,9 +38216,8 @@
|
|
|
38216
38216
|
width: SCREEN_CONSTRAINTS.width,
|
|
38217
38217
|
height: SCREEN_CONSTRAINTS.height,
|
|
38218
38218
|
frameRate: SCREEN_CONSTRAINTS.frameRate
|
|
38219
|
-
}
|
|
38220
|
-
|
|
38221
|
-
}, 'disable');
|
|
38219
|
+
}
|
|
38220
|
+
}, 'enable');
|
|
38222
38221
|
case 3:
|
|
38223
38222
|
screenTrack = _context24.sent;
|
|
38224
38223
|
screenTrack.on('track-ended', function () {
|
|
@@ -38322,9 +38321,8 @@
|
|
|
38322
38321
|
width: SCREEN_CONSTRAINTS.width,
|
|
38323
38322
|
height: SCREEN_CONSTRAINTS.height,
|
|
38324
38323
|
frameRate: SCREEN_CONSTRAINTS.frameRate
|
|
38325
|
-
}
|
|
38326
|
-
|
|
38327
|
-
}, 'disable');
|
|
38324
|
+
}
|
|
38325
|
+
}, 'enable');
|
|
38328
38326
|
case 15:
|
|
38329
38327
|
deviceCheckerTrack = _context26.sent;
|
|
38330
38328
|
case 16:
|