mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 02:04:54 +00:00
FS-10241 backport d157cbab12ee64d5577fee07d8ec78e82b7366ee manually
This commit is contained in:
parent
3b4964bd7e
commit
bb408b1e32
@ -11590,7 +11590,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_request_video_refresh(switch
|
||||
return SWITCH_STATUS_FALSE;
|
||||
}
|
||||
|
||||
if (switch_channel_test_flag(channel, CF_VIDEO)) {
|
||||
if (switch_channel_media_up(channel) && switch_channel_test_flag(channel, CF_VIDEO)) {
|
||||
switch_core_session_message_t msg = { 0 };
|
||||
switch_time_t now = switch_micro_time_now();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user