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:
parent
5f0501a18a
commit
5a2595a093
5 changed files with 222 additions and 172 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue