提交 abd6943c authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Michael Jerris

FS-7500 just send refresh and not full reset on uuid_video_refresh

上级 817d98e7
...@@ -3934,8 +3934,7 @@ SWITCH_STANDARD_API(uuid_video_refresh_function) ...@@ -3934,8 +3934,7 @@ SWITCH_STANDARD_API(uuid_video_refresh_function)
switch_core_session_t *lsession = NULL; switch_core_session_t *lsession = NULL;
if ((lsession = switch_core_session_locate(argv[0]))) { if ((lsession = switch_core_session_locate(argv[0]))) {
switch_core_session_video_reinit(lsession); switch_core_session_request_video_refresh(lsession);
switch_channel_video_sync(switch_core_session_get_channel(lsession));
status = SWITCH_STATUS_SUCCESS; status = SWITCH_STATUS_SUCCESS;
switch_core_session_rwunlock(lsession); switch_core_session_rwunlock(lsession);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论