Update src/main/java/eu/siacs/conversations/xmpp/jingle/WebRTCWrapper.java
Add Fairphone 4 to AEC Blacklist to fix Echo problems: https://github.com/iNPUTmice/Conversations/issues/4439
This commit is contained in:
parent
1c5a1b8c71
commit
77631c97a7
|
@ -71,6 +71,7 @@ public class WebRTCWrapper {
|
|||
.add("E5823") // Sony z5 compact
|
||||
.add("Redmi Note 5")
|
||||
.add("FP2") // Fairphone FP2
|
||||
.add("FP4") //Fairphone FP4
|
||||
.add("MI 5")
|
||||
.add("GT-I9515") // Samsung Galaxy S4 Value Edition (jfvelte)
|
||||
.add("GT-I9515L") // Samsung Galaxy S4 Value Edition (jfvelte)
|
||||
|
|
Loading…
Reference in a new issue