mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-02-08 04:51:45 +00:00
FS-7500 just send refresh and not full reset on uuid_video_refresh
This commit is contained in:
committed by
Michael Jerris
parent
4d05aad556
commit
9ccf71f4c7
@@ -3934,8 +3934,7 @@ SWITCH_STANDARD_API(uuid_video_refresh_function)
|
||||
switch_core_session_t *lsession = NULL;
|
||||
|
||||
if ((lsession = switch_core_session_locate(argv[0]))) {
|
||||
switch_core_session_video_reinit(lsession);
|
||||
switch_channel_video_sync(switch_core_session_get_channel(lsession));
|
||||
switch_core_session_request_video_refresh(lsession);
|
||||
status = SWITCH_STATUS_SUCCESS;
|
||||
switch_core_session_rwunlock(lsession);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user