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
package/src/config/config.js
CHANGED
|
@@ -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,
|
|
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,
|