mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-3996 --resolve stop conference recording when only 1 person left
This commit is contained in:
parent
6fe64c68c0
commit
05895faa77
@ -3932,7 +3932,7 @@ static void *SWITCH_THREAD_FUNC conference_record_thread_run(switch_thread_t *th
|
||||
switch_event_fire(&event);
|
||||
}
|
||||
|
||||
while (switch_test_flag(member, MFLAG_RUNNING) && switch_test_flag(conference, CFLAG_RUNNING) && conference->count) {
|
||||
while (switch_test_flag(member, MFLAG_RUNNING) && switch_test_flag(conference, CFLAG_RUNNING) && conference->count > 1) {
|
||||
|
||||
len = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user