Add rust based createCallViewModel

This commit is contained in:
Timo K.
2026-09-16 13:30:05 +02:00
parent 36ed60d95c
commit 8506c098e9
47 changed files with 5165 additions and 1428 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ import { type MatrixClient } from "matrix-js-sdk";
import { logger } from "matrix-js-sdk/lib/logger";
import {
ElementCall,
ElementCallClientBased,
type ElementCallHandle,
supportedLanguages,
} from "../index";
@@ -160,7 +160,7 @@ const Pane: FC<{
one of the things we cannot find out from the standalone app */}
<div className={styles.paneCall} data-testid="call-container">
{mounted && (
<ElementCall
<ElementCallClientBased
ref={handle}
client={session.client}
roomId={roomId}