Skip to content

Commit 8beac6c

Browse files
authored
[Documentation] Fix parameter definitions in switch_core_media_bug_add()
1 parent aa07d53 commit 8beac6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/switch_core.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ SWITCH_DECLARE(switch_vid_spy_fmt_t) switch_media_bug_parse_spy_fmt(const char *
285285
/*!
286286
\brief Add a media bug to the session
287287
\param session the session to add the bug to
288+
\param function user defined module/function/reason identifying this bug
289+
\param target user defined identification of the target of the bug
288290
\param callback a callback for events
289291
\param user_data arbitrary user data
290292
\param stop_time absolute time at which the bug is automatically removed (or 0)

0 commit comments

Comments
 (0)