zby-live-sdk 1.0.49-beta1216 → 1.0.49-beta1227

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zby-live-sdk",
3
- "version": "1.0.49-beta1216",
3
+ "version": "1.0.49-beta1227",
4
4
  "main": "dist/zby-live-sdk.cjs.js",
5
5
  "module": "dist/zby-live-sdk.esm.js",
6
6
  "browsers": "dist/zby-live-sdk.umd.js",
@@ -13,7 +13,7 @@ const urls = {
13
13
  };
14
14
 
15
15
  // export const version = require('../../package.json').version;
16
- export const version = '1.0.49-beta1216';
16
+ export const version = '1.0.49-beta1227';
17
17
 
18
18
  export const liveExt = {
19
19
  name: 'live',
@@ -21,7 +21,7 @@ const rtcReportUrl = {
21
21
  online: 'r.weclassroom.com'
22
22
  };
23
23
  const sdkVale = {
24
- zego: 8, //4代表zego采集麦克风+扬声器+拉流声音+外部混音
24
+ zego: 4, //4代表zego采集麦克风+扬声器+拉流声音+外部混音
25
25
  talrtc: 101, //101代表talrtc采集声音
26
26
  trtc: 102, //102代表trtc采集声音
27
27
  }
@@ -1936,6 +1936,7 @@ export default {
1936
1936
  enableHighlight,
1937
1937
  setCustomHeadStreamId,
1938
1938
  setAUXAudioType,
1939
+ setThirdAudioType,
1939
1940
  mixedstuVideo,
1940
1941
  setThirdAudioCallbackType,
1941
1942
  startMixStreams,
@@ -2170,6 +2170,9 @@ export const startmixStreams = async (mixTaskId, mixType, srcStreamIds, targetRt
2170
2170
  case 4:
2171
2171
  bkImage = 'preset-id://'+cacheAppId+'_live_2022112201.png';
2172
2172
  break;
2173
+ case 5:
2174
+ bkImage = 'preset-id://'+cacheAppId+'_live_167210592069086983.png';
2175
+ break;
2173
2176
  default:
2174
2177
  break;
2175
2178
  }