mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-7513: make group change sticky when done from cli command
This commit is contained in:
parent
7764b4ea32
commit
8f00bd1173
@ -7627,6 +7627,9 @@ static switch_status_t conf_api_sub_vid_layout(conference_obj_t *conference, swi
|
||||
stream->write_function(stream, "Invalid group layout [%s]\n", argv[3]);
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
stream->write_function(stream, "Change to layout group [%s]\n", argv[3]);
|
||||
conference->video_layout_group = switch_core_strdup(conference->pool, argv[3]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user