|
@@ -1,6 +1,5 @@
|
1
|
1
|
/*
|
2
|
|
- * Copyright @ 2018-present 8x8, Inc.
|
3
|
|
- * Copyright @ 2017-2018 Atlassian Pty Ltd
|
|
2
|
+ * Copyright @ 2017-present 8x8, Inc.
|
4
|
3
|
*
|
5
|
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
5
|
* you may not use this file except in compliance with the License.
|
|
@@ -91,6 +90,7 @@ public class MainActivity extends JitsiMeetActivity {
|
91
|
90
|
= new JitsiMeetConferenceOptions.Builder()
|
92
|
91
|
.setWelcomePageEnabled(true)
|
93
|
92
|
.setServerURL(buildURL("https://meet.jit.si"))
|
|
93
|
+ .setFeatureFlag("call-integration.enabled", false)
|
94
|
94
|
.build();
|
95
|
95
|
JitsiMeet.setDefaultConferenceOptions(defaultOptions);
|
96
|
96
|
|