|
|
|
@ -159,6 +159,7 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void initializeWebRtc() {
|
|
|
|
|
try {
|
|
|
|
|
Set<String> HARDWARE_AEC_BLACKLIST = new HashSet<String>() {{
|
|
|
|
|
add("Pixel");
|
|
|
|
|
add("Pixel XL");
|
|
|
|
@ -181,6 +182,9 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
|
|
|
|
|
|
|
|
|
|
PeerConnectionFactory.initializeAndroidGlobals(this, true, true, true);
|
|
|
|
|
}
|
|
|
|
|
} catch (UnsatisfiedLinkError e) {
|
|
|
|
|
Log.w(TAG, e);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void initializeCircumvention() {
|
|
|
|
|