Index: content/test/data/media/peerconnection-call.html |
diff --git a/content/test/data/media/peerconnection-call.html b/content/test/data/media/peerconnection-call.html |
index 43febaf76a2b44634b6874926bd89af7be6a0aba..2ddfb8667c1e1ad6efa56f21ab6aca8f34931683 100644 |
--- a/content/test/data/media/peerconnection-call.html |
+++ b/content/test/data/media/peerconnection-call.html |
@@ -33,7 +33,7 @@ |
'm=audio $1 RTP/SAVPF 103 126\r\n'); |
sdp = sdp.replace('a=fmtp:111 minptime=10', 'a=fmtp:103 minptime=10'); |
sdp = sdp.replace( |
- /a=rtpmap:(?!(103|126))\d{1,3} (?!X?VP8|red|ulpfec).*\r\n/g, |
+ /a=rtpmap:(?!(103|126|101))\d{1,3} (?!X?VP8|red|ulpfec).*\r\n/g, |
''); |
return sdp; |
}; |