This commit is contained in:
Timo K
2026-01-08 12:27:17 +01:00
parent 385f63e83e
commit 1909aef186
2 changed files with 9 additions and 3 deletions

View File

@@ -552,7 +552,12 @@ export const createLocalMembership$ = ({
);
const participant$ = scope.behavior(
localConnection$.pipe(map((c) => c?.livekitRoom?.localParticipant ?? null)),
localConnection$.pipe(
map((c) => c?.livekitRoom?.localParticipant ?? null),
tap((p) => {
logger.debug("participant$ updated:", p?.identity);
}),
),
);
// Pause upstream of all local media tracks when we're disconnected from