Robin
9ca8962328
Remove unused useECConnectionState React hook
...
It has been replaced by Connection.
2025-10-22 18:48:28 -04:00
Timo K
f410a11934
unused import
...
Signed-off-by: Timo K <toger5@hotmail.de >
2025-08-26 18:13:04 +02:00
Timo K
3122ccf4e4
dont use deprecated defer
...
Signed-off-by: Timo K <toger5@hotmail.de >
2025-08-26 18:10:08 +02:00
Valere Fedronic
86d80630c1
Fix connection leaks: Ensure that any pending connection open are cancelled/undo when ActiveCall is unmounted ( #3255 )
...
* Better logs for connection/component lifecycle
* fix: `AudioCaptureOptions` was causing un-necessary effect render
AudioCaptureOptions was a different object but with same internal values, use directly deviceId so that Object.is works properly
* fix: Livekit openned connection leaks
* review: rename to AbortHandles
* review: rename variable
---------
Co-authored-by: Timo <toger5@hotmail.de >
2025-05-14 18:41:22 +02:00
Robin
45c3c7a37e
Show "insufficient capacity" when hitting participant limits
2025-03-18 13:33:36 -04:00
Valere
b02ad8871e
review: Make widget prop mandatory
2025-03-12 10:27:45 +01:00
Valere
612ace137a
code review: recoveryActionHandler should not be optional
2025-03-12 09:44:41 +01:00
Valere
4c27551014
refactor: Centralize group call errors in custom GroupCallErrorBoundary
2025-03-11 16:54:19 +01:00
Valere
4c91326edb
fix, testing: i18n not properly configured
2025-03-03 14:41:31 +01:00
Robin
31577d7263
Show an error screen when the SFU is at capacity ( #3022 )
...
Co-authored-by: Hugh Nimmo-Smith <hughns@users.noreply.github.com >
Co-authored-by: fkwp <fkwp@users.noreply.github.com >
2025-02-26 12:00:56 +00:00