Commit Graph

2114 Commits

Author SHA1 Message Date
Šimon Brandner
16d159b7e6
Add re-resizable
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-20 19:31:09 +02:00
Robert Long
cde692f10d Temporarily disable debug messages 2021-08-20 09:54:05 -07:00
Robert Long
038fd643a5 Styling changes 2021-08-20 09:28:11 -07:00
Robert Long
9d0162e475 WIP 2021-08-19 17:49:45 -07:00
Robert Long
e5c28569c6 Disable text selection in room 2021-08-19 12:14:59 -07:00
Robert Long
cc59e42bba Styling for video room 2021-08-19 12:11:12 -07:00
Robert Long
91e244772f Fix video muted 2021-08-18 18:34:17 -07:00
Robert Long
c6e43627a2 Fix participant mute 2021-08-18 18:05:43 -07:00
Robert Long
0c22de6289 Fixed the add/remove tile race condition 2021-08-18 18:02:24 -07:00
Robert Long
0919be997c Debugging remove race condition WIP 2021-08-18 16:27:29 -07:00
Robert Long
3081e705ed Add tile background color 2021-08-18 16:27:16 -07:00
Robert Long
f2038bd0d8 Give warning when over 12 tiles 2021-08-17 17:32:05 -07:00
Robert Long
1d11e98fc3 Add isMounted check 2021-08-17 17:25:01 -07:00
Robert Long
3e447dc942 Fix getTilePositions after remove 2021-08-17 17:17:02 -07:00
Robert Long
b3892c6f78 Move VideoGrid into it's own module 2021-08-17 16:57:25 -07:00
Robert Long
0f312b5faa Integrate video grid into conference room 2021-08-17 16:46:32 -07:00
Robert Long
f303cb345f Finished grid demo 2021-08-16 16:18:45 -07:00
Robert Long
e68c9bee4a Fix isInside offset 2021-08-16 15:06:12 -07:00
Robert Long
88eab794d0 Move spring add/remove animation to animate function 2021-08-16 13:47:32 -07:00
Robert Long
ce8b6ae2c9 Add/remove animations 2021-08-16 12:57:33 -07:00
Robert Long
d763b4a83c WIP reordering tiles 2021-08-13 16:27:19 -07:00
Robert Long
e5d31b70f0 Fix remove tile 2021-08-13 13:06:01 -07:00
Robert Long
3ad3098f04 Fix box shadow spring 2021-08-13 13:05:21 -07:00
Robert Long
7471e4b8c0 Optimize calculating tile positions 2021-08-13 13:02:24 -07:00
Robert Long
6e7cc62c14 Naive tile position animations 2021-08-13 12:27:00 -07:00
Robert Long
b9ae002c5f Improve grid demo 2021-08-12 16:25:10 -07:00
Robert Long
f9d799ff05 Basic CSS Grid based video grid demo 2021-08-11 16:02:40 -07:00
Robert Long
6addd838b4 Use static 5 second retry wait period 2021-08-11 14:39:04 -07:00
Robert Long
c023249a1a Add exponential backoff to send state event 2021-08-11 14:27:49 -07:00
Robert Long
6d9d920a4b Add initialSyncLimit to register/login methods 2021-08-11 12:02:12 -07:00
Robert Long
543eaa4769 Update matrix-js-sdk with ice fixes 2021-08-11 11:56:57 -07:00
Matthew Hodgson
9855a60a60 Merge branch 'main' of git+ssh://github.com/vector-im/matrix-video-chat into main 2021-08-11 04:36:38 +01:00
Matthew Hodgson
0da4dd2dd6 don't drop events if we receive more than 8 in one batch 2021-08-11 04:35:57 +01:00
Robert Long
e5647fcf4b
Merge pull request #1 from SimonBrandner/feature/better-vscode-conf
Add a few things to VS Code settings
2021-08-10 14:39:21 -07:00
Robert Long
0bd8800402 Redirect after login 2021-08-09 18:38:19 -07:00
Robert Long
6d39f8bae0 Ensure that room UI state is reset when leaving due to inactivity 2021-08-09 18:03:06 -07:00
Robert Long
8554184beb Handle pagehide and visibilitychange events in safari 2021-08-09 17:44:26 -07:00
Robert Long
323808f495 Use visibilitychange event on ios to leave call 2021-08-09 17:36:01 -07:00
Robert Long
739b983019 Fix leave room on app navigation 2021-08-09 17:23:07 -07:00
Robert Long
54e527fd07 Fix left room cleanup 2021-08-09 17:06:25 -07:00
Robert Long
d6d3742864 Reset debugger state after leaving the room. 2021-08-09 17:00:17 -07:00
Robert Long
d8c229d790 Fix leaving the room while the mic permissions prompt is open 2021-08-09 16:53:44 -07:00
Robert Long
64b784470b Increase partcipant timeout 2021-08-09 15:59:47 -07:00
Robert Long
d88aedea1f Make debugger toggleable in UI for mobile 2021-08-09 15:24:04 -07:00
Robert Long
cc5279fc05 Disallow joining multiple times and properly clean up event listeners 2021-08-09 13:54:23 -07:00
Robert Long
d7a5211a94 Remove incorrect early return from updateMemberParticipantState 2021-08-09 13:29:35 -07:00
Robert Long
375acee73c Add m.room.member events to debugger 2021-08-09 13:00:53 -07:00
Robert Long
27e78e0055 Fix participants and local media stream 2021-08-09 11:03:31 -07:00
Robert Long
9ee81dc8eb Cancel member participant state timeout on leave 2021-08-06 15:02:24 -07:00
Robert Long
8e2688b3db Refactor the ConferenceCallManager class 2021-08-06 14:56:14 -07:00