]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Documentation] Fix parameter definitions in switch_core_media_bug_add()
authorNorm Brandinger <n.brandinger@gmail.com>
Tue, 18 Aug 2020 15:52:19 +0000 (11:52 -0400)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 15:52:19 +0000 (19:52 +0400)
src/include/switch_core.h

index cad1e0cb17f315f5cfaa0b399a91b4427f25ea38..7fed580d2e8c85396857723817174dc9d6b3c51b 100644 (file)
@@ -285,6 +285,8 @@ SWITCH_DECLARE(switch_vid_spy_fmt_t) switch_media_bug_parse_spy_fmt(const char *
 /*!
   \brief Add a media bug to the session
   \param session the session to add the bug to
+  \param function user defined module/function/reason identifying this bug
+  \param target user defined identification of the target of the bug
   \param callback a callback for events
   \param user_data arbitrary user data
   \param stop_time absolute time at which the bug is automatically removed (or 0)