@vivix-ai/ivi-frontend-sdk 0.2.4 → 0.2.5

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/dist/index.js CHANGED
@@ -1370,8 +1370,7 @@ var TrtcSourceManager = class {
1370
1370
  sdkAppId,
1371
1371
  userId: session.trtc.user_id,
1372
1372
  userSig: session.trtc.user_sig,
1373
- scene: TRTC.TYPE.SCENE_LIVE,
1374
- role: TRTC.TYPE.ROLE_AUDIENCE,
1373
+ scene: TRTC.TYPE.SCENE_RTC,
1375
1374
  autoReceiveAudio: true,
1376
1375
  ...isStringRoomId ? { strRoomId: session.trtc.room_id } : { roomId: Number(session.trtc.room_id) }
1377
1376
  });