Pārlūkot izejas kodu

add API Conference at FB

alqindiirsyam 5 mēneši atpakaļ
vecāks
revīzija
5be0452f69
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      NexilisLite/NexilisLite/Source/Nexilis.swift

+ 3 - 1
NexilisLite/NexilisLite/Source/Nexilis.swift

@@ -1108,7 +1108,9 @@ public class Nexilis: NSObject {
             APIS.openSecureFolder()
         } else if index == IDX_SECURE_BROWSER {
             APIS.openSecureBrowser()
-        } else {
+        } else if index == IDX_CONFERENCE_ROOM_FORM {
+            APIS.openConference()
+        } else if index == IDX_SELF_ACT {
             openApp(id: id)
         }
     }