提交 3e499da3 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-6275 --resolve I don't think this is a problem with latest firefox + latest…

FS-6275 --resolve  I don't think this is a problem with latest firefox + latest master but i'll ensure it with this change.  Anyone into testing webrtc should always use master until an official 1.4 is released.
上级 378caebc
......@@ -3144,7 +3144,7 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
//switch_channel_set_variable(session->channel, "rtp_secure_media", "true");
}
if (got_crypto == -1 && got_savp && !got_avp) {
if (got_crypto == -1 && got_savp && !got_avp && !got_webrtc) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "Declining invite with only SAVP because secure media is administratively disabled\n");
match = 0;
break;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论