bigbluebutton-Github/bigbluebutton-html5/imports/ui
prlanzarin 555a8f6522 fix(audio): acquire streams before negotiation when peer is answerer
When a sendrecv peer acts as the answerer, gUM is only called _after_
the remote offer is received. This is fine, but the error handling runs
different in that scenario in a way that eventual gUM errors are treated
as negotiation errors, leading to inconsistencies when surfacing the
error to end users.

If a peer is acting as answerer and is a transceiver, acquire the local
streams _before_ actual negotiation so that gUM errors are surfaced
correctly (and we spare uneeded negotiation steps).
2024-04-12 14:29:38 -03:00
..
components fix(poll): avoid rendering polling component twice 2024-03-14 11:20:08 -03:00
services fix(audio): acquire streams before negotiation when peer is answerer 2024-04-12 14:29:38 -03:00
stylesheets/styled-components add danger button hover styles 2023-11-07 10:07:30 -03:00