]> 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:19:21 +0000 (13:19 -0600)
commit8d9633074eb5068124714c3d3f415a40aadad557
treed498576dbc95f32a19d27aa55b47608b6ce50454
parent9458577f680a513734cf56730a4957d47cc32544
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