Commit Graph

25 Commits (1ec637b551eb845d16c27e3d1d5b6e7a2105fb85)

Author SHA1 Message Date
Audric Ackermann cf44896a03
Minor call tweaks (#2051)
* show missed-call,started-call and answered call notification in chat

* fix types for createLastMessageUpdate

* show incoming dialog if we have a pending call when enable call receptio

* simplify a bit the avatar component

* move disableDrag to a custom hook

* speed up hash colors of avatarPlaceHolders

* fixup text selection and double click reply on message

* keep avatar decoded items longer before releasing memory

* add incoming/outgoing/missed call notification

also, merge that notification with the timer and group notification
component

* hangup call if no answer after 30sec

* refactor SessionInput using hook + add testid field for recovery

* disable message request feature flag for now

* fix merge issue

* force loading screen to be black instead of white

for our dark theme user's eyes safety
3 years ago
Audric Ackermann 894349e710
cleanup props passing of avatar and name with a custom hook 3 years ago
Audric Ackermann e716f73d6c
mute audio from bg when video is in fullscreen
this is to avoid having two times the remote sound playing
one in the bg and one in the fullscreen
3 years ago
Audric Ackermann a4daabfa75
add a way to choose the audioouput/mute a webrtc call 3 years ago
Audric Ackermann 6f3625f99c
move the state of calling to its own slice 4 years ago
Audric Ackermann 1203f1dc48
remove none state on callState. instead set it to undefined 4 years ago
Audric Ackermann b8d5a1c166
disable audio output switching as this is broken for now 4 years ago
Audric Ackermann 6625b7c7b6
calls fix cross platforms issue with uuid 4 years ago
Audric Ackermann 8c9832f118
add a toggle audio output button 4 years ago
Audric Ackermann ef25e5956f
add a spinner for when video call video is loading 4 years ago
Audric Ackermann 3741e96c61
show input toggles in fullscreen mode too 4 years ago
Audric Ackermann 57449857f6
reject call after 1 minute showing the dialog 4 years ago
Audric Ackermann 27e87edac2
add a ringing and establishing connection label video calls 4 years ago
Audric Ackermann dd25d9cb7f
fix flickering of video stream on mute/unmute 4 years ago
Audric Ackermann 8618cf75e9
send and handle uuid for multi device calls 4 years ago
Audric Ackermann 864d710460
add a handle to resize the inconvo call video 4 years ago
Audric Ackermann 0f21e12073
make resizable the height of the inconvo call 4 years ago
Audric Ackermann 1f11872870
set fullscreen off when remote stream is muted 4 years ago
Audric Ackermann 390af96514
WIP 4 years ago
Audric Ackermann a0b33fbbbb
add hook to listen for video call events 4 years ago
Audric Ackermann 6a1f575c46
create a hook for listening for video call events
+ wip fullscreen video calls
4 years ago
Audric Ackermann d50d7eb803
our video off => show our avatar 4 years ago
Audric Ackermann 678a5bcb3b
center avatar in draggable video window and handle mute video events 4 years ago
Audric Ackermann ecceaeaa8f
got datachannel working 4 years ago
Audric Ackermann 13d828c02c
split up calling container logic 4 years ago