Changeset 3982 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Mar 22, 2012 9:56:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r3938 r3982 4915 4915 4916 4916 /** 4917 * Use PJMEDIA for media? Set this to zero when using third party media 4918 * stack. 4919 */ 4920 #ifndef PJSUA_MEDIA_HAS_PJMEDIA 4921 # define PJSUA_MEDIA_HAS_PJMEDIA 1 4922 #endif /* PJSUA_MEDIA_HAS_PJMEDIA */ 4923 4924 4925 /** 4917 4926 * Max ports in the conference bridge. This setting is the default value 4918 4927 * for pjsua_media_config.max_media_ports.
Note: See TracChangeset
for help on using the changeset viewer.