diff --git a/android/app/src/main/java/org/jitsi/meet/MainActivity.java b/android/app/src/main/java/org/jitsi/meet/MainActivity.java index 3daa193ac2a..4552dced2e9 100644 --- a/android/app/src/main/java/org/jitsi/meet/MainActivity.java +++ b/android/app/src/main/java/org/jitsi/meet/MainActivity.java @@ -1,6 +1,5 @@ /* - * Copyright @ 2018-present 8x8, Inc. - * Copyright @ 2017-2018 Atlassian Pty Ltd + * Copyright @ 2017-present 8x8, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -91,6 +90,7 @@ protected void initialize() { = new JitsiMeetConferenceOptions.Builder() .setWelcomePageEnabled(true) .setServerURL(buildURL("https://meet.jit.si")) + .setFeatureFlag("call-integration.enabled", false) .build(); JitsiMeet.setDefaultConferenceOptions(defaultOptions);