Changeset 5788 for pjproject/trunk/pjmedia/include/pjmedia/transport.h
- Timestamp:
- May 9, 2018 6:58:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/transport.h
r5752 r5788 258 258 * transport SRTP. 259 259 */ 260 PJMEDIA_TPMED_NO_TRANSPORT_CHECKING = 1 260 PJMEDIA_TPMED_NO_TRANSPORT_CHECKING = 1, 261 262 /** 263 * When this flag is specified, the transport will allow multiplexing 264 * RTP and RTCP, i.e. if the remote agrees, RTCP will be sent using 265 * the same socket for RTP. 266 */ 267 PJMEDIA_TPMED_RTCP_MUX = 2 261 268 262 269 } pjmedia_tranport_media_option;
Note: See TracChangeset
for help on using the changeset viewer.