From 4628536afbb71e28f5a0ae85ee924d93bbe37d01 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 27 Jun 2013 20:44:10 -0400 Subject: [PATCH] Revert "test weird chrome-style rtcp attribute" This reverts commit cf8a55f3afe84f40b26f5226261ed163c53ceeae. --- daemon/sdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/sdp.c b/daemon/sdp.c index 6405651..28a0546 100644 --- a/daemon/sdp.c +++ b/daemon/sdp.c @@ -1500,7 +1500,7 @@ int sdp_replace(struct sdp_chopper *chop, GQueue *sessions, struct call *call, chopper_append_c(chop, "\r\n"); } else if (r_flags == 2) { - chopper_append_c(chop, "a=rtcp:1 IN IP4 0.0.0.0\r\na=rtcp-mux\r\n"); + chopper_append_c(chop, "a=rtcp-mux\r\n"); } generate_crypto(media, flags, rtp, rtcp, chop);