API
Detailed Description
In this section the basic functions for using the library are defined. They include initialization and deinitialization functions, functions for session and stream management and functions for RTP traffic management.
In most cases this section is all you need to start working with libzrtp. The typical simplified order of operations in using libzrtp is the following:
- library configuration
- library initialization;
- ZRTP session creation and configuration;
- ZRTP stream attaching and Protocol initiation;
- RTP stream processing;
- ZRTP protocol stopping and releasing resources. For each of these actions there is a set of corresponding functions.
- See also: