Basic call link join support

This commit is contained in:
ayumi-signal
2024-02-22 13:19:50 -08:00
committed by GitHub
parent 2bfb6e7481
commit 96b3413feb
75 changed files with 2438 additions and 509 deletions

View File

@@ -514,6 +514,9 @@ export function transitionCallHistory(
event,
direction
);
} else if (mode === CallMode.Adhoc) {
// TODO: DESKTOP-6653
strictAssert(false, 'cannot transitionCallHistory for adhoc calls yet');
} else {
throw missingCaseError(mode);
}