mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
5284479ece
* Add joining with knock room creation flow. Also add `WaitForInviteView` after knocking. And appropriate error views when knock failed or gets rejected. Signed-off-by: Timo K <toger5@hotmail.de> * Refactor encryption information. We had lots of enums and booleans to describe the encryption situation. Now we only use the `EncryptionSystem` "enum" which contains the additional information like sharedKey. (and we don't use the isRoomE2EE function that is somewhat confusing since it checks `return widget === null && !room.getCanonicalAlias();` which is only indirectly related to e2ee) Signed-off-by: Timo K <toger5@hotmail.de> * Update recent list. - Don't use deprecated `groupCallEventHander` anymore (it used the old `m.call` state event.) - make the recent list reactive (getting removed from a call removes the item from the list) - support having rooms without shared secret but actual matrix encryption in the recent list - change the share link creation button so that we create a link with pwd for sharedKey rooms and with `perParticipantE2EE=true` for matrix encrypted rooms. Signed-off-by: Timo K <toger5@hotmail.de> * fix types Signed-off-by: Timo K <toger5@hotmail.de> * patch js-sdk for linter Signed-off-by: Timo K <toger5@hotmail.de> * ignore ts expect error Signed-off-by: Timo K <toger5@hotmail.de> * Fix error in widget mode. We cannot call client.getRoomSummary in widget mode. The code path needs to throw before reaching this call. (In general we should never call getRoomSummary if getRoom returns a room) Signed-off-by: Timo K <toger5@hotmail.de> * tempDemo Signed-off-by: Timo K <toger5@hotmail.de> * remove wait for invite view Signed-off-by: Timo K <toger5@hotmail.de> * yarn i18n Signed-off-by: Timo K <toger5@hotmail.de> * reset back mute participant count * add logic to show error view when getting removed * include reason whenever someone gets removed from a call. * fix activeRoom not beeing early enough * fix lints * add comment about encryption situation Signed-off-by: Timo K <toger5@hotmail.de> * Fix lockfile * Use (unmerged!) RoomSummary type from the js-sdk Temporarily change the js-sdk dependency to the PR branch that provides that type * review Signed-off-by: Timo K <toger5@hotmail.de> * review (remove participant count unknown) Signed-off-by: Timo K <toger5@hotmail.de> * remove error for unencrypted calls (allow intentional unencrypted calls) Signed-off-by: Timo K <toger5@hotmail.de> * update js-sdk Signed-off-by: Timo K <toger5@hotmail.de> --------- Signed-off-by: Timo K <toger5@hotmail.de> Co-authored-by: Andrew Ferrazzutti <andrewf@element.io> |
||
---|---|---|
.. | ||
@types | ||
analytics | ||
auth | ||
button | ||
config | ||
e2ee | ||
form | ||
graphics | ||
home | ||
icons | ||
input | ||
livekit | ||
otel | ||
popover | ||
profile | ||
room | ||
settings | ||
sound | ||
state | ||
tabs | ||
typography | ||
video-grid | ||
App.tsx | ||
array-utils.ts | ||
Avatar.tsx | ||
Banner.module.css | ||
Banner.tsx | ||
ClientContext.tsx | ||
DisconnectedBanner.module.css | ||
DisconnectedBanner.tsx | ||
FullScreenView.module.css | ||
FullScreenView.tsx | ||
Header.module.css | ||
Header.tsx | ||
index.css | ||
IndexedDBWorker.ts | ||
initializer.tsx | ||
LazyEventEmitter.ts | ||
ListBox.module.css | ||
ListBox.tsx | ||
main.tsx | ||
matrix-utils.ts | ||
media-utils.ts | ||
Menu.module.css | ||
Menu.tsx | ||
Modal.module.css | ||
Modal.tsx | ||
observable-utils.ts | ||
olm.ts | ||
Overlay.module.css | ||
Platform.ts | ||
rtcSessionHelpers.ts | ||
Slider.module.css | ||
Slider.tsx | ||
Toast.module.css | ||
Toast.tsx | ||
Tooltip.module.css | ||
Tooltip.tsx | ||
TranslatedError.ts | ||
UrlParams.ts | ||
useCallViewKeyboardShortcuts.ts | ||
useEvents.ts | ||
useLocalStorage.ts | ||
useLocationNavigation.ts | ||
useMatrixRTCSessionJoinState.ts | ||
useMatrixRTCSessionMemberships.ts | ||
useMediaQuery.ts | ||
useMergedRefs.ts | ||
usePageTitle.ts | ||
usePrefersReducedMotion.ts | ||
usePrevious.ts | ||
useReactiveState.ts | ||
UserMenu.module.css | ||
UserMenu.tsx | ||
UserMenuContainer.tsx | ||
useTheme.ts | ||
useWakeLock.ts | ||
widget.ts |