Skip to content

Commit

Permalink
Revert "Fixed doc for sending DTMF (pjsip#4099)" (pjsip#4160)
Browse files Browse the repository at this point in the history
This reverts commit e289ddf.
  • Loading branch information
sauwming authored Nov 14, 2024
1 parent cf270ff commit f5d0bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pjsip/include/pjsua-lib/pjsua.h
Original file line number Diff line number Diff line change
Expand Up @@ -5623,8 +5623,7 @@ typedef struct pjsua_call_send_dtmf_param
pjsua_dtmf_method method;

/**
* The signal duration used for the DTMF. This field is only used
* if the method is PJSUA_DTMF_METHOD_SIP_INFO.
* The signal duration used for the DTMF.
*
* Default: PJSUA_CALL_SEND_DTMF_DURATION_DEFAULT
*/
Expand Down
3 changes: 1 addition & 2 deletions pjsip/include/pjsua2/call.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1355,8 +1355,7 @@ struct CallSendDtmfParam
pjsua_dtmf_method method;

/**
* The signal duration used for the DTMF. This field is only used
* if the method is PJSUA_DTMF_METHOD_SIP_INFO.
* The signal duration used for the DTMF.
*
* Default: PJSUA_CALL_SEND_DTMF_DURATION_DEFAULT
*/
Expand Down

0 comments on commit f5d0bd0

Please sign in to comment.