Installing K2BTools callyou

In order to use K2BTools Call You the following steps must be followed.

if you are using a GeneXus 17 version lower than U10 please follow the instructions detailed Installing CallYou Previous Versions

  • Download K2BTools callyou.zip from here
  • Extract Callyou.zip into the GeneXus installation directory
  • If you plan to use Jitsi, and your Callyou older than 3.3 these steps are necessary. If using 3.3 and up, you can skip this section.
    • open the file Android\Templates\RootProject\ext.gradle under the GX installation directory, and modify the line:
min_sdk: 19,

and set it to:

min_sdk: 21,
  • open the file Android\Templates\ApplicationProject\src\main\AndroidManifest.xml under the GX installation directory, and modify the line:
android:allowBackup="false"

and set it to:

android:allowBackup="true"
  • Open a command line window and perform a GeneXus.exe /install.
  • For the use of CallYou in IOS, the deployment target property must be set to 13.0.
    IOSDeploymentTarget13.0
    IOS Deployment Target

  • For the use of CallYou in IOS, the main program must have this purpose strings set:
    NSPurposeStrings
    Purpose Strings

    • Camera Usage Description
    • Local Network Usage Description
    • Microphone Usage Description