Re-enable propagation of security events on all encryption methods

cusax-fix
Ingo Bauersachs 14 years ago
parent bf7602c639
commit d0337ec0d6

@ -677,9 +677,7 @@ protected MediaStream configureStream(
break;
}
if (call.isDefaultEncrypted()
&& call.getProtocolProvider().getAccountID()
.isEncryptionProtocolEnabled("ZRTP"))
if (call.isDefaultEncrypted())
{
/*
* We'll use the audio stream as the master stream when using SRTP

Loading…
Cancel
Save