bigbluebutton-Github/bigbluebutton-html5/imports/ui
prlanzarin be6a23a003 feat: add option to force/extend gathering window in SFU components
There's an edge case in finnicky networks where ALG-like firewalls
tamper with USE-CANDIDATE STUN packets and, consequently, bork ICE-lite
connectivity establishment. The odd part is that client-side gathering
seems to complete if intermediate STUN bindings work (before the final
USE-CANDIDATE), which may cause the peer not to generate relay
candidates == connectivity fails.

This adds the `public.kurento.gatheringTimeout` option to forcefully extend
the candidate gathering window in peers that act as offerers. The
behavior is as follows: if the flag is set (ms), the peer will wait
either the gathering completed stage or, _at most_,
public.kurento.gatheringTimeout ms before proceeding with calls chained
to setLocalDescription.

This option is disabled by default and intentionally ommited from the
base settings.yml file as to not encourage its use. Don't use it unless
you know what you're doing :).
2023-04-05 13:22:38 -03:00
..
components feat: add option to force/extend gathering window in SFU components 2023-04-05 13:22:38 -03:00
services feat: add option to force/extend gathering window in SFU components 2023-04-05 13:22:38 -03:00
stylesheets/styled-components Merge pull request #17325 from KDSBrowne/bbb-16946 2023-03-28 09:41:42 -03:00