]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge_softmix/sfu_topologies_on_join: Ignore topology change failures
authorGeorge Joseph <gjoseph@digium.com>
Thu, 17 Sep 2020 18:01:27 +0000 (12:01 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 17 Sep 2020 19:20:02 +0000 (14:20 -0500)
commit251c9a18912f8b96e7ba7aa699f5267ddcf3140e
tree691f4c0c4736046059d16d3c8149fdfcefbfa54e
parent1620e94af5795408395ce216368acbbc1a43b71e
bridge_softmix/sfu_topologies_on_join: Ignore topology change failures

When a channel joins a bridge, we do topology change requests on all
existing channels to add the new participant to them.  However the
announcer channel will return an error because it doesn't support
topology in the first place.  Unfortunately, there doesn't seem to be a
reliable way to tell if the error is expected or not so the error is
ignored for all channels.  If the request fails on a "real" channel,
that channel just won't get the new participant's video.

Change-Id: Ic95db4683f27d224c1869fe887795d6b9fdea4f0
bridges/bridge_softmix.c