mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
Merge "Add primitive SFU support to bridge_softmix."
This commit is contained in:
@@ -249,7 +249,7 @@ static struct ast_stream_topology *stream_echo_topology_alloc(
|
||||
}
|
||||
|
||||
do {
|
||||
stream = ast_stream_clone(stream);
|
||||
stream = ast_stream_clone(stream, NULL);
|
||||
|
||||
if (!stream || ast_stream_topology_append_stream(res, stream) < 0) {
|
||||
ast_stream_free(stream);
|
||||
|
||||
Reference in New Issue
Block a user