summaryrefslogtreecommitdiff
path: root/bridges/bridge_softmix.c
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/bridge_softmix.c')
-rw-r--r--bridges/bridge_softmix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/bridge_softmix.c b/bridges/bridge_softmix.c
index ae877eb6e..21f5190e5 100644
--- a/bridges/bridge_softmix.c
+++ b/bridges/bridge_softmix.c
@@ -600,7 +600,7 @@ static void sfu_topologies_on_join(struct ast_bridge_channel *joiner, struct ast
if (participant == joiner) {
continue;
}
- participant_topology = ast_stream_topology_clone(ast_channel_get_stream_topology(joiner->chan));
+ participant_topology = ast_stream_topology_clone(ast_channel_get_stream_topology(participant->chan));
if (!participant_topology) {
goto cleanup;
}