Skip to content

Commit

Permalink
Merge pull request #565 from aaknitt/patch-1
Browse files Browse the repository at this point in the history
Update PLUGIN-SYSTEM.md
  • Loading branch information
robotastic authored Dec 2, 2021
2 parents 8072483 + 8dcb623 commit e1048cd
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 e1048cd

Please sign in to comment.