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
package/src/config/config.js
CHANGED
|
@@ -21,7 +21,7 @@ const rtcReportUrl = {
|
|
|
21
21
|
online: 'r.weclassroom.com'
|
|
22
22
|
};
|
|
23
23
|
const sdkVale = {
|
|
24
|
-
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
|
}
|