mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-24 11:48:48 +00:00
FS-11238: [mod_conference] Regression from FS-10448 can cause stuck sessions #resolve
This commit is contained in:
parent
84c97ea3ab
commit
837df198a5
@ -4814,6 +4814,7 @@ void conference_video_write_frame(conference_obj_t *conference, conference_membe
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!conference_utils_member_test_flag(imember, MFLAG_CAN_SEE)) {
|
if (!conference_utils_member_test_flag(imember, MFLAG_CAN_SEE)) {
|
||||||
|
switch_core_session_rwunlock(isession);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user