This commit is contained in:
Timo K
2025-12-10 21:25:35 +01:00
parent e626698fda
commit aabd76044b

View File

@@ -428,7 +428,7 @@ export function createCallViewModel$(
combineLatest(
[
localTransport$.pipe(
catchError((e) => {
catchError((e: unknown) => {
logger.info(
"dont pass local transport to createConnectionManager$. localTransport$ threw an error",
e,