Browse Source

Add new models to hardware AEC disable

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 6 years ago
parent
commit
27e7ecc4b0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/src/main/java/com/nextcloud/talk/webrtc/MagicWebRTCUtils.java

+ 4 - 0
app/src/main/java/com/nextcloud/talk/webrtc/MagicWebRTCUtils.java

@@ -67,6 +67,10 @@ public class MagicWebRTCUtils {
         add("ONE E1003"); // OnePlus X
         add("One"); // OnePlus One
         add("Moto G5");
+        add("Moto G (5S) Plus");
+        add("Moto G4");
+        add("TA-1053");
+        add("E5823"); // Sony Z5 Compact
     }};
 
     public static Set<String> OPEN_SL_ES_WHITELIST = new HashSet<String>() {{