Skip to content

Commit

Permalink
Update PLUGIN-SYSTEM.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaknitt authored Dec 1, 2021
1 parent 8072483 commit 8dcb623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notes/PLUGIN-SYSTEM.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Plugins can *optionally* implement the following methods, based on usage, or set
* `call_start(plugin_t * const plugin, Call *call)`
* Called when a new call is starting.

* `call_end(plugin_t * const plugin, Call *call)`
* `call_end(plugin_t * const plugin, Call_Data_t call_info)`
* Called when a call has ended.

* `setup_recorder(plugin_t * const plugin, Recorder *recorder)`
Expand Down

0 comments on commit 8dcb623

Please sign in to comment.