mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-04 04:12:03 +00:00
uncomment code
This commit is contained in:
parent
1bf8fe2de0
commit
3e23ff7d29
@ -7931,8 +7931,7 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess
|
|||||||
|
|
||||||
if (ov_fmtp) {
|
if (ov_fmtp) {
|
||||||
pass_fmtp = ov_fmtp;
|
pass_fmtp = ov_fmtp;
|
||||||
} else { //if (switch_true(switch_channel_get_variable_dup(session->channel, "rtp_mirror_fmtp", SWITCH_FALSE, -1))) {
|
} else if (switch_true(switch_channel_get_variable_dup(session->channel, "rtp_mirror_fmtp", SWITCH_FALSE, -1))) {
|
||||||
// seems to break eyebeam at least...
|
|
||||||
pass_fmtp = switch_channel_get_variable(session->channel, "rtp_video_fmtp");
|
pass_fmtp = switch_channel_get_variable(session->channel, "rtp_video_fmtp");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user