Merge branch 'livekit' into local-remote-confusion

This commit is contained in:
Robin
2025-12-10 17:21:54 -05:00
3 changed files with 11 additions and 19 deletions

View File

@@ -113,7 +113,7 @@ export function createMatrixLivekitMembers$({
// Each update where the key of the generator array do not change will result in updates to the `data$` observable in the factory.
(scope, data$, participantId, userId) => {
logger.debug(
`Updating data$ for participantId: ${participantId}, userId: ${userId}`,
`Generating member for participantId: ${participantId}, userId: ${userId}`,
);
const { participant$, ...rest } = scope.splitBehavior(data$);
// will only get called once per `participantId, userId` pair.