From dddda7057f68922d663e92e7c2614b2767a7dd09 Mon Sep 17 00:00:00 2001 From: Timo K Date: Mon, 22 Sep 2025 14:17:38 +0200 Subject: [PATCH] add todo comments and who works on them Signed-off-by: Timo K --- src/room/GroupCallView.tsx | 1 + src/room/InCallView.tsx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index ab083ffe..367f72a1 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -220,6 +220,7 @@ export const GroupCallView: FC = ({ try { setJoined(true); // TODO-MULTI-SFU what to do with error handling now that we don't use this function? + // @BillCarsonFr } catch (e) { if (e instanceof ElementCallError) { setExternalError(e); diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index daf5034a..4daeae83 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -211,6 +211,7 @@ export const InCallView: FC = ({ // only by listening for the emitted event // This needs to be done differential. with the vm connection state we start with Disconnected. // TODO-MULTI-SFU decide how to handle this properly + // @BillCarsonFr // if (connectionState === ConnectionState.Disconnected) // throw new ConnectionLostError(); @@ -738,6 +739,7 @@ export const InCallView: FC = ({ const allLivekitRooms = useBehavior(vm.allLivekitRooms$); const memberships = useBehavior(vm.memberships$); const toggleScreensharing = useCallback(() => { + // TODO-MULTI-SFU implement screensharing throw new Error("TODO-MULTI-SFU"); // localParticipant // .setScreenShareEnabled(!isScreenShareEnabled, {