diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 5508eb22..eda993e5 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,5 +1,7 @@ Changelog for SEMS + - early media receiving example + - support for posting events into conferences - support for receiving early media diff --git a/doc/doxyref.h b/doc/doxyref.h index 61cd99b8..d667be11 100644 --- a/doc/doxyref.h +++ b/doc/doxyref.h @@ -246,6 +246,8 @@ * line (press one to get to A, two for B, ...) with ivr, b2bua and SIP auth. * * The py_sems_ex directory contains some example for the py_sems embedded Python interpreter. + * + * The early_record (\ref ModuleDoc_early_record) is an example on how to receive and use early media. * */ @@ -459,6 +461,14 @@ * Back to \ref AppDoc, to \ref AppDocExample. */ +/*! \page ModuleDoc_early_record Module Documentation: early_record example Application + * \section Readme_early_record Readme file + * \verbinclude Readme.earlyrecord + * + * \section Links + * Back to \ref AppDoc, to \ref AppDocExample. + */ + /*! \page ModuleDoc_simple_conference Module Documentation: simple_conference example Application * \section Readme_simple_conference Readme file * \verbinclude Readme.simple_conference