Skip to content

Commit

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

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

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

0 comments on commit e289ddf

Please sign in to comment.