zby-live-sdk 1.0.49-beta0921-1 → 1.0.49-beta0927-1

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-beta0921-1",
3
+ "version": "1.0.49-beta0927-1",
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-beta0921-1';
16
+ export const version = '1.0.49-beta0927-1';
17
17
 
18
18
  export const liveExt = {
19
19
  name: 'live',
@@ -2084,7 +2084,7 @@ export const mixStream = (type, args, seq) => {
2084
2084
  export const startmixStreams = async (targetUrl) => {
2085
2085
  const zego = window.zbyAVSDK_init_params.zego;
2086
2086
 
2087
- let rtcStreamId = `${zego.sid.slice(0,str.length-1)+2}` //'4000_345_123_2'
2087
+ let rtcStreamId = `${zego.sid.slice(0,zego.sid.length-1)+2}` //'4000_345_123_2'
2088
2088
  let param = {
2089
2089
  institutionId: zego.institutionId,
2090
2090
  taskId: zego.sid,