]> 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:14 +0000 (14:20 -0500)
commit29384f17c4aa90eeafcb8aae36fa878f93ce4c6a
treef3dbe88e9d969f636aba2508355b64ac59a46697
parent617f62b6ab3aa90118cf86f9f67a3db7725ad378
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