Fix publisher clean up! This is the acutal bug we chased

This commit is contained in:
Timo K
2026-01-15 18:11:43 +01:00
parent c74accb906
commit f7590a33d7
2 changed files with 17 additions and 6 deletions

View File

@@ -527,7 +527,10 @@ export function createCallViewModel$(
connectOptions$.value,
);
},
createPublisherFactory: (connection: Connection) => {
createPublisherFactory: (
scope: ObservableScope,
connection: Connection,
) => {
return new Publisher(
scope,
connection,