mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-01 03:05:50 +00:00
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isession || !switch_channel_test_flag(imember->channel, CF_VIDEO) ) {
|
if (switch_channel_test_flag(imember->channel, CF_VIDEO) ) {
|
||||||
continue;
|
switch_core_session_request_video_refresh(imember->session);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_core_session_request_video_refresh(imember->session);
|
|
||||||
switch_core_session_rwunlock(isession);
|
switch_core_session_rwunlock(isession);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user