add todo comments and who works on them

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-09-22 14:17:38 +02:00
parent 02f23e25fd
commit dddda7057f
2 changed files with 3 additions and 0 deletions

View File

@@ -220,6 +220,7 @@ export const GroupCallView: FC<Props> = ({
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);