FS-8574 #resolve [hangup a call but still in show calls (uuid_kill result -ERR No such channel!)]
This commit is contained in:
parent
99ca223f82
commit
4676943972
|
@ -3446,11 +3446,10 @@ void conference_video_write_frame(conference_obj_t *conference, conference_membe
|
|||
continue;
|
||||
}
|
||||
|
||||
if (!isession || !switch_channel_test_flag(imember->channel, CF_VIDEO) ) {
|
||||
continue;
|
||||
if (switch_channel_test_flag(imember->channel, CF_VIDEO) ) {
|
||||
switch_core_session_request_video_refresh(imember->session);
|
||||
}
|
||||
|
||||
switch_core_session_request_video_refresh(imember->session);
|
||||
|
||||
switch_core_session_rwunlock(isession);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue