Skip to content

Commit

Permalink
[Documentation] Fix parameter definitions in switch_core_media_bug_add()
Browse files Browse the repository at this point in the history
  • Loading branch information
NormB authored Aug 18, 2020
1 parent aa07d53 commit 8beac6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/switch_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8beac6c

Please sign in to comment.