Developing a Communication Module
Application Scenario
Implement and integrate your own communication pipe modules.
Development Process
- Create an Android NDK project and generate a dynamic communication library named libCommunication.so.
- Implement the communication APIs by referring to "External Communication APIs on Which the Video Stream Engine Depends" in the Video Stream Engine API Reference.
- Import the generated dynamic library file libCommunication.so to the client APK project.
Parent topic: Development Process of the Video Stream Engine Client