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