Commit graph

127 commits

Author SHA1 Message Date
Gigiaj
67fbf949b0 Move and rename RoomCallNavStatus 2025-05-22 19:57:13 -05:00
Gigiaj
07a980a0c7 Remove CallActivation 2025-05-22 19:44:02 -05:00
Gigiaj
19f1df798f add widgetId to correct pos in getWidgetUrl usage 2025-05-22 19:43:11 -05:00
Gigiaj
5481595a67 Remove no longer needed files 2025-05-22 19:42:21 -05:00
Gigiaj
e5505cd5c2 Remove unused 2025-05-22 17:42:23 -05:00
Gigiaj
7dcd43c64f add listener clearing, camel case es lint rule exception, remove unneeded else statements 2025-05-22 17:41:16 -05:00
Gigiaj
7ef33400c1 Remove superfluous comments and Date.now() that was causing loading... bug when widgetId desynced 2025-05-22 17:33:15 -05:00
Gigiaj
6e33c8e8da Applies the correct changes to the call state and removes listeners of old active widget so we don't trigger hang ups on the new one (the element-call widget likes to spam the hang up response back several times for some reason long after you tell it to hang up) 2025-05-21 21:14:31 -05:00
Gigiaj
d9c0c85483 Remove clean room ID and add default handler for if no active call has existed yet, but user clicks on show chat 2025-05-21 21:12:51 -05:00
Gigiaj
dabe7f7849 swap call status to be bound to call state and not active call id 2025-05-21 21:12:03 -05:00
Gigiaj
3e3d68602f Better handling of the isCallActive in the join handler 2025-05-11 19:24:13 -05:00
Gigiaj
74c883dfa8 Much closer to the call state handling we want w/ hangups and joins 2025-05-11 19:01:47 -05:00
Gigiaj
59a936b094 fix backup iframe visibility 2025-05-11 18:53:05 -05:00
Gigiaj
f3612e23c6 Testing the iframe juggling. Seems to work for the first and second joins... so likely on the right path with this 2025-05-11 17:55:04 -05:00
Gigiaj
f28a3a1c7d Conditionals to manage the active iframe state better 2025-05-11 17:52:50 -05:00
Gigiaj
6601c47abc (broken) juggle the iframe states proper... still needs fixing 2025-05-10 20:42:21 -05:00
Gigiaj
1b89831c10 add roomViewId and related 2025-05-10 20:41:57 -05:00
Gigiaj
cde0d5fa64 Disable 2025-05-10 20:41:44 -05:00
Gigiaj
1cdc0680e8 correctly provide visibility 2025-05-09 14:17:39 -05:00
Gigiaj
4293538dc3 Revert to original code as we've moved calling to be more inline with design 2025-05-09 11:16:13 -05:00
Gigiaj
eea8ffea05 Re-add layout as we're no longer oddly passing outlet context 2025-05-09 11:13:30 -05:00
Gigiaj
6714300779 Remove unused imports and restructure to support being parent to clientlayout 2025-05-09 11:12:48 -05:00
Gigiaj
0be5fb9732 remove unused params 2025-05-09 09:35:13 -05:00
Gigiaj
1bd593b530 update client layout to funnel outlet the iframes for the call container 2025-05-08 17:59:51 -05:00
Gigiaj
c05421efb7 Update to funnel Outlet context through for Call handling (might not be the best approach, but removes code replication in PersistentCallContainer where we were remaking the roomview entirely) 2025-05-08 17:59:01 -05:00
Gigiaj
9e919ea761 prepare to feed this to child elements for visibility handling 2025-05-08 17:56:49 -05:00
Gigiaj
824be5bdc2 re-add background to active call link button 2025-05-04 15:06:21 -05:00
Gigiaj
a5a8f2814e temp fix to allow the status to be cleared in some way 2025-05-04 15:04:07 -05:00
Gigiaj
d11bdb2f85 Rename callnavbottom and fix linking implementation to actually be correct 2025-05-04 15:03:46 -05:00
Gigiaj
4083bbb31e rename CallNavBottom to CallNavStatus 2025-05-04 15:03:23 -05:00
Gigiaj
9cb705149a Add state listener so the call activity is real time updated on joins/leaves within the space 2025-05-04 12:15:31 -05:00
Gigiaj
2841386972 Add background variant to buttons 2025-05-04 07:21:50 -05:00
Gigiaj
2e0218c456 Add avatar and username for the space (needs to be moved into RoomNavItem proper) 2025-05-04 07:11:40 -05:00
Gigiaj
79647c5b50 Add users on the nav to showcase call activity and who is in the call 2025-05-03 21:50:39 -05:00
Gigiaj
7808adbbe1 add (really badly) state logic for the active iframe 2025-05-03 00:07:00 -05:00
Gigiaj
c64dbb0563 add a state store for which iFrame is active 2025-05-03 00:06:36 -05:00
Gigiaj
de1a629b79 prepare for juggling iframes and handling hang up appropriately 2025-05-02 17:06:54 -05:00
Gigiaj
93fbbecfdd update to support two iframes - still needs to leverage balancing the two properly but as a PoC it works 2025-05-02 17:04:50 -05:00
Gigiaj
7c6c1f53c0 prep visibility for multi-iframes 2025-05-02 17:04:11 -05:00
Gigiaj
8038c2ac8b add isCallActive to memo 2025-05-02 02:35:51 -05:00
GigiaJ
a5551909c1 Activate when active call state is false 2025-05-01 16:33:39 -05:00
GigiaJ
ec741423c7 add join, screen_state, and hang up handling as well as logging state based on join + hang up actions 2025-05-01 16:24:36 -05:00
GigiaJ
b4d9828017 Add tooltips and properly implement the navlink 2025-05-01 16:19:04 -05:00
GigiaJ
e76664083d Update transport refs to allow us to properly bind listeners for media state and hangup 2025-04-29 15:28:13 -05:00
GigiaJ
1e8a69ff23 update references to transport to clientwidgetapi (as transport is a child object of) 2025-04-29 15:26:48 -05:00
GigiaJ
d6ffac74a7 Set mic default state to be generally accurate (need to set state from widget info at start instead) 2025-04-22 22:34:25 -04:00
GigiaJ
6691467545 Enable chat toggle for call rooms (still needs cleaner UI, but works as intended) 2025-04-22 22:29:43 -04:00
GigiaJ
c8790a5284 Fix syntaxical mistake causing chat open state to never update 2025-04-22 22:29:07 -04:00
GigiaJ
6d4b37f96d add call status bar call room link 2025-04-22 05:35:13 -04:00
GigiaJ
5677042157 Place holder buttons 2025-04-22 00:27:55 -04:00