Call API Overall

Call API Overall

Aurora OS example to demonstrate the Call API.

Call API Overall

Aurora OS example to demonstrate the Call API.

Terms of Use and Participation

The source code of the project is provided under the license, which allows its use in third-party applications.

The contributor agreement documents the rights granted by contributors of the Open Mobile Platform.

Information about the contributors is specified in the AUTHORS file.

Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.

Project Structure

The project has a standard structure of an application based on C++ and QML for Aurora OS.

  • CMakeLists.txt file describes the project structure for the CMake build system.
  • icons directory contains application icons for different screen resolutions.
  • qml directory contains the QML source code and the UI resources.
    • cover directory contains the application cover implementations.
    • icons directory contains the custom UI icons.
    • pages directory contains the application pages.
    • CallApiOverall.qml file provides the application window implementation.
  • rpm directory contains the rpm-package build settings. ru.auroraos.CallApiOverall.spec file is used by rpmbuild tool.
  • src directory contains the C++ source code.
    • main.cpp file is the application entry point.
    • callapi directory contains the C++ source code to work with Call API.
    • controllers directory contains the C++ source code with controllers for the QML pages.
  • translations directory contains the UI translation files.
  • ru.auroraos.CallApiOverall.desktop file defines the display and parameters for launching the application.

Compatibility

The project is compatible with all the supported versions of the Aurora OS.

Features

The application has been tested for the following features:

  • The application allows to initiate the outgoing call via Call API.
  • The application allows to initiate the incoming call via Call API.
  • The application allows to hold the current call via Call API.
  • The application allows to display the system call notification and call screen.
  • The application allows to play test audio-files when the current call is in the outgoing, active and held statuses.

Screenshots

screenshots screenshots screenshots

This document in Russian / Перевод этого документа на русский язык