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.
This commit is contained in:
parent
378caebc9a
commit
3e499da329
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue