talksik
|
6afb1f3352
|
showing devices in dropdown
|
2022-06-19 17:01:35 -05:00 |
|
talksik
|
3f3acbaa11
|
fixing bugs when it comes to selecting and tuning into the conversations
|
2022-06-19 15:02:59 -05:00 |
|
talksik
|
a7bbf1f6e9
|
cleanup + debugging help/quick dial
|
2022-06-19 14:37:03 -05:00 |
|
talksik
|
3d1c1f20dc
|
bug where if someone totally quit or disconnected, need to remove them as well
|
2022-06-19 14:14:50 -05:00 |
|
talksik
|
a90da3f4b9
|
starting to make sure that we are accurate with flow of code and management
|
2022-06-19 12:47:59 -05:00 |
|
talksik
|
2642224bb6
|
initially get all tuned in users everywhere as well for visibility
|
2022-06-19 12:41:44 -05:00 |
|
talksik
|
6df9d1dd40
|
one way of removing stream on someone leaving room
|
2022-06-19 12:38:40 -05:00 |
|
talksik
|
ee1ad5f592
|
Update ConversationProvider.tsx
|
2022-06-19 12:17:46 -05:00 |
|
talksik
|
c38c56dc3b
|
cleaner flow without trickle as get video same time?
|
2022-06-19 11:48:02 -05:00 |
|
talksik
|
ce717a56f5
|
adding potential code for managing closed connections
|
2022-06-19 11:24:22 -05:00 |
|
talksik
|
48355b66a5
|
video showing on one end
|
2022-06-19 11:12:32 -05:00 |
|
talksik
|
4fda5d97c4
|
some more debugging going on
|
2022-06-19 10:45:54 -05:00 |
|
talksik
|
edbe7b62c0
|
cleanup and using unmount function to keep it clean
|
2022-06-19 10:28:37 -05:00 |
|
talksik
|
aba1ba3d87
|
boilerplate for video to show up
|
2022-06-19 10:16:08 -05:00 |
|
talksik
|
b23db49249
|
adding pretty much full boilerplate for connecting and receiving calls
this is without all of the stream additions though
|
2022-06-19 10:04:30 -05:00 |
|
talksik
|
226ca56eeb
|
cleanup
|
2022-06-19 09:44:11 -05:00 |
|
talksik
|
0aeb34e407
|
nice state which would be per peer connection or call
|
2022-06-19 09:21:13 -05:00 |
|
talksik
|
ebf09d1b64
|
adding all of the boilerplate for managing a room
|
2022-06-19 09:18:45 -05:00 |
|
talksik
|
a9c9092375
|
devices hook
|
2022-06-19 08:44:31 -05:00 |
|
talksik
|
959de96874
|
Update ConversationProvider.tsx
|
2022-06-19 08:23:43 -05:00 |
|
talksik
|
7fd251e37e
|
cleanup to make it more dynamic and use the lifecycle of react components instead of messy cache and listener management that would be hard to manage with manual code
|
2022-06-19 08:22:31 -05:00 |
|
talksik
|
33c2872d81
|
Update ConversationProvider.tsx
|
2022-06-19 08:06:21 -05:00 |
|
talksik
|
bc9725bfe0
|
adding in some boilerplate for comms
|
2022-06-19 07:49:55 -05:00 |
|
talksik
|
a7c3fe6d64
|
Update ConversationProvider.tsx
|
2022-06-18 10:26:03 -05:00 |
|
talksik
|
e7faad4ad3
|
adding initial priority and making sure to not untune from priority ones
|
2022-06-18 08:15:53 -05:00 |
|
talksik
|
b7bd6ed59e
|
fixing bug of selected not being updated throughout when the map changes
|
2022-06-18 08:05:34 -05:00 |
|
talksik
|
aa1755c301
|
interesting approach to streaming module
|
2022-06-11 18:39:00 -05:00 |
|
talksik
|
1189615d1b
|
Update ConversationProvider.tsx
|
2022-06-11 18:35:54 -05:00 |
|
talksik
|
a69b28b341
|
Update ConversationProvider.tsx
|
2022-06-11 18:28:18 -05:00 |
|
talksik
|
216e21cb4f
|
smooth untuning and listening to that event as well as firing well, although could need more involvement than this simplicity
|
2022-06-11 18:27:22 -05:00 |
|
talksik
|
302cb6c929
|
logic to tune into and tune out of conversations
|
2022-06-11 18:25:41 -05:00 |
|
talksik
|
03d0fdbfa4
|
stupid hack enum doesn't export
|
2022-06-11 18:19:15 -05:00 |
|
talksik
|
2d857e1758
|
adding in tuning in but just doesn't work with polyfill error on accesing memberstate
|
2022-06-11 17:46:05 -05:00 |
|
talksik
|
1fd5487733
|
setting up socket firer
|
2022-06-11 17:18:54 -05:00 |
|
talksik
|
f2f930fbf1
|
fixing bug with selecting for one on one and closing dialog
|
2022-06-11 13:24:49 -05:00 |
|
talksik
|
f01f490819
|
fixing flow to make sure that failures don't clear form
|
2022-06-11 13:18:05 -05:00 |
|
talksik
|
41ca22bc5d
|
Update ConversationProvider.tsx
|
2022-06-11 13:12:11 -05:00 |
|
talksik
|
74ade53e82
|
adding conversation list
|
2022-06-11 13:07:19 -05:00 |
|
talksik
|
10ac1626ab
|
more logic for getting conversation if it's not there but should be
|
2022-06-11 12:40:17 -05:00 |
|
talksik
|
298a989cd9
|
quick dial and creating conversations
|
2022-06-11 12:25:41 -05:00 |
|
talksik
|
fa38aa8af8
|
fetching conversations and managing in the conversation provider
|
2022-06-11 11:06:28 -05:00 |
|