提交 3d13776a authored 作者: William King's avatar William King

DO NOT PULL TO MASTER. Fix typo when setting the video recv port. Bug does not…

DO NOT PULL TO MASTER. Fix typo when setting the video recv port. Bug does not exist in master due to the refactor.
上级 ac9bfb19
...@@ -6104,7 +6104,7 @@ int sofia_recover_callback(switch_core_session_t *session) ...@@ -6104,7 +6104,7 @@ int sofia_recover_callback(switch_core_session_t *session)
if (switch_rtp_ready(tech_pvt->video_rtp_session)) { if (switch_rtp_ready(tech_pvt->video_rtp_session)) {
if ((tmp = switch_channel_get_variable(channel, "sip_video_recv_pt"))) { if ((tmp = switch_channel_get_variable(channel, "sip_video_recv_pt"))) {
switch_rtp_set_recv_pt(tech_pvt->rtp_session, (switch_payload_t)atoi(tmp)); switch_rtp_set_recv_pt(tech_pvt->video_rtp_session, (switch_payload_t)atoi(tmp));
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论