瀏覽代碼

android: disable ConnectionService for the Jitsi Meet app

It's the source of uncountable problems for which we don't have a good
solution, since they are caused by buggy implementations of self-managed
connection services by manufacturers.
master
Saúl Ibarra Corretgé 5 年之前
父節點
當前提交
95eb551156
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      android/app/src/main/java/org/jitsi/meet/MainActivity.java

+ 2
- 2
android/app/src/main/java/org/jitsi/meet/MainActivity.java 查看文件

@@ -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
 

Loading…
取消
儲存