Rebuild hook around room header call management

And tweak behaviour around ongoing yet unpinned calls to add a shortcut to quickly pin
This commit is contained in:
Michael Telatynski 2023-09-06 17:41:52 +01:00
parent 5f0501a18a
commit 5a2595a093
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
5 changed files with 222 additions and 172 deletions

View file

@ -18,7 +18,7 @@ import { CallType } from "matrix-js-sdk/src/webrtc/call";
import { Room } from "matrix-js-sdk/src/matrix";
import LegacyCallHandler from "../../LegacyCallHandler";
import { PlatformCallType } from "../../hooks/room/useRoomCallStatus";
import { PlatformCallType } from "../../hooks/room/useRoomCall";
import defaultDispatcher from "../../dispatcher/dispatcher";
import { ViewRoomPayload } from "../../dispatcher/payloads/ViewRoomPayload";
import { Action } from "../../dispatcher/actions";