Changeset 4138


Ignore:
Timestamp:
May 22, 2012 9:50:47 AM (12 years ago)
Author:
bennylp
Message:

Re #1508 (Misc): put comment in srtp_optional_dup_offer field to say that the option has been deprecated and will be ignored

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4128 r4138  
    15571557 
    15581558    /** 
    1559      * Specify whether SRTP in PJMEDIA_SRTP_OPTIONAL mode should compose 
    1560      * duplicated media in SDP offer, i.e: unsecured and secured version. 
    1561      * Otherwise, the SDP media will be composed as unsecured media but 
    1562      * with SDP "crypto" attribute. 
    1563      * 
    1564      * Default: PJ_FALSE 
     1559     * This setting has been deprecated and will be ignored. 
    15651560     */ 
    15661561    pj_bool_t        srtp_optional_dup_offer; 
     
    29362931 
    29372932    /** 
    2938      * Specify whether SRTP in PJMEDIA_SRTP_OPTIONAL mode should compose 
    2939      * duplicated media in SDP offer, i.e: unsecured and secured version. 
    2940      * Otherwise, the SDP media will be composed as unsecured media but 
    2941      * with SDP "crypto" attribute. 
    2942      * 
    2943      * Default: PJ_FALSE 
     2933     * This setting has been deprecated and will be ignored. 
    29442934     */ 
    29452935    pj_bool_t        srtp_optional_dup_offer; 
Note: See TracChangeset for help on using the changeset viewer.