Skip to content

Commit

Permalink
rtpengine: fix docs typos
Browse files Browse the repository at this point in the history
(cherry picked from commit e754852)
  • Loading branch information
razvancrainea committed Jan 8, 2025
1 parent c1740e8 commit 56f3aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/rtpengine/doc/rtpengine_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ rtpengine_offer("... codec-mask-PCMA codec-strip-opus transcode-opus ...");
<function moreinfo="none">rtpengine_delete([flags[, sock_var]])</function>
</title>
<para>
Tears down the RTPProxy session for the current call.
Tears down the RTPEngine session for the current call.
</para>
<para>
See rtpengine_offer() function description above for the meaning of the
Expand All @@ -835,7 +835,7 @@ rtpengine_delete();
<function moreinfo="none">rtpengine_manage([flags[, sock_var[, sdp_var[, body]]]])</function>
</title>
<para>
Manage the RTPProxy session - it combines the functionality of
Manage the RTPEngine session - it combines the functionality of
rtpengine_offer(), rtpengine_answer() and rtpengine_delete(), detecting
internally based on message type and method which one to execute.
</para>
Expand Down

0 comments on commit 56f3aab

Please sign in to comment.