zby-live-sdk 1.0.49-beta1213 → 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/CHANGELOG.md +11 -0
- package/dist/zby-live-sdk.cjs.js +3 -3
- package/dist/zby-live-sdk.esm.js +3 -3
- package/dist/zby-live-sdk.umd.js +3 -3
- package/package.json +1 -1
- package/src/config/config.js +1 -1
- package/src/zby-av-sdk/zby-av-sdk.js +1 -0
- package/src/zby-av-sdk/zego-sdk.js +3 -0
- package/.vs/ProjectSettings.json +0 -3
- package/.vs/VSWorkspaceState.json +0 -6
- package/.vs/slnx.sqlite +0 -0
package/package.json
CHANGED
package/src/config/config.js
CHANGED
|
@@ -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
|
}
|
package/.vs/ProjectSettings.json
DELETED
package/.vs/slnx.sqlite
DELETED
|
Binary file
|