element-call/src/room
David Baker feeb9c4e7c Fix missing tile bug
The 'connecting' tile change meant that we could have tiles right
at the start of the call where we wouldn't have before, and in fact
could have tiles for other users before we even had a tile for ourself.
This threw off the logic for ordering tiles which had a special case
for 1:1 calling which assumed that one of the tiles in a 1:1 call was
the local user. In this case, this assumption wasn't true at the very
start of the call, so the tile orders got assigned incorrectly and then
persisted for the rest of the call.

Fixes https://github.com/vector-im/element-call/issues/694
2022-11-01 18:10:11 +00:00
..
AudioPreview.module.css
AudioPreview.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
CallEndedView.module.css
CallEndedView.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
FeedbackModal.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
GridLayoutMenu.module.css
GridLayoutMenu.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
GroupCallInspector.module.css
GroupCallInspector.tsx Fix groupcall debug info in rageshakes 2022-08-25 11:43:47 +01:00
GroupCallLoader.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
GroupCallView.tsx Show tiles for members we're trying to connect to 2022-10-21 17:24:56 +01:00
InCallView.module.css Maximise the active speaker when the window is small 2022-09-14 19:05:05 -04:00
InCallView.tsx Merge pull request #648 from vector-im/dbkr/tiles_for_everyone 2022-10-25 12:56:43 +01:00
InviteModal.module.css
InviteModal.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
LobbyView.module.css
LobbyView.tsx Make more of the lobby translateable 2022-10-24 10:17:12 -04:00
OverflowMenu.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
PTTButton.module.css
PTTButton.tsx
PTTCallView.module.css
PTTCallView.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
PTTFeed.module.css
PTTFeed.tsx typescript src/room (#437) 2022-08-02 00:46:16 +02:00
RageshakeRequestModal.tsx Consolidate some similar strings 2022-10-14 18:38:33 -04:00
RoomAuthView.module.css
RoomAuthView.tsx Consolidate some similar strings 2022-10-14 18:38:33 -04:00
RoomPage.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
RoomRedirect.tsx typescript src/room (#437) 2022-08-02 00:46:16 +02:00
Timer.tsx typescript src/room (#437) 2022-08-02 00:46:16 +02:00
useGroupCall.ts Fix missing tile bug 2022-11-01 18:10:11 +00:00
useJoinRule.ts Split room state hooks out into separate files 2022-10-14 10:50:36 -04:00
useLoadGroupCall.ts Set up translation with i18next 2022-10-12 14:53:49 -04:00
usePageUnload.ts Fix types 2022-10-13 21:25:15 -04:00
usePTT.ts
useRoomAvatar.ts Split room state hooks out into separate files 2022-10-14 10:50:36 -04:00
useRoomState.ts Split room state hooks out into separate files 2022-10-14 10:50:36 -04:00
useSentryGroupCallHandler.ts typescript src/room (#437) 2022-08-02 00:46:16 +02:00
VideoPreview.module.css fix mirror text on FF by reverting weird css hack. 2022-08-07 02:43:59 +01:00
VideoPreview.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00