mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-20 19:21:53 +00:00
check for member channel
This commit is contained in:
@@ -676,7 +676,7 @@ static void gen_arc(conference_obj_t *conference, switch_stream_handle_t *stream
|
||||
|
||||
for (member = conference->members; member; member = member->next) {
|
||||
|
||||
if (switch_test_flag(member, MFLAG_NO_POSITIONAL)) {
|
||||
if (!member->channel || switch_test_flag(member, MFLAG_NO_POSITIONAL)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user