Clarify pjsip_inv_create_uac() doc for use case where app specifies the local SDP later (#3520)

This commit is contained in:
sauwming 2023-05-08 13:40:43 +08:00 committed by GitHub
parent 2b2bd871f7
commit 5b23889a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -539,7 +539,9 @@ PJ_DECL(void) pjsip_inv_usage_dump(void);
* @param dlg The dialog which will be used by this invite session.
* @param local_sdp If application has determined its media capability,
* it can specify the SDP here. Otherwise it can leave
* this to NULL, to let remote UAS specifies an offer.
* this to NULL, if app wishes to specify the SDP at
* a later time using the API pjsip_inv_set_local_sdp(),
* or if it wants to let remote UAS specify an offer.
* @param options The options argument is bitmask combination of SIP
* features in pjsip_inv_option enumeration.
* @param p_inv On successful return, the invite session will be put