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 Run prettier 2022-05-04 11:24:25 +01:00
AudioPreview.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
CallEndedView.module.css Don't center content in call ended screen 2022-01-21 13:30:23 -08:00
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 Add a dropdown to choose between video calls and radio calls 2022-05-26 13:52:06 -04:00
GridLayoutMenu.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
GroupCallInspector.module.css Organize colors 2022-06-01 11:48:17 -04:00
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 Clean up remaining room components 2022-01-05 16:58:55 -08:00
InviteModal.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
LobbyView.module.css Finish first pass at PTT lobby UI 2022-04-27 15:18:55 -07:00
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 Fix view when another person is talking 2022-07-06 13:44:17 +01:00
PTTButton.tsx Fix 'waiting for network' after reaching time limit 2022-07-08 15:52:32 +01:00
PTTCallView.module.css Fix facepile display issues 2022-07-07 14:30:28 +01:00
PTTCallView.tsx Set up translation with i18next 2022-10-12 14:53:49 -04:00
PTTFeed.module.css Run prettier 2022-05-04 11:24:25 +01:00
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 Add room auth view 2022-01-05 16:09:51 -08:00
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 Fix talking collision not colliding properly 2022-07-07 19:42:15 +01:00
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