#1268 closed enhancement (fixed)
Option for automatic/manual sending of RTCP SDES/BYE for the stream.
Reported by: | ming | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.12 |
Component: | pjmedia | Version: | 1.x-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
By default, RTCP SDES/BYE is automatically sent by the stream. By setting the field pjmedia_stream_info.rtcp_sdes_bye_disabled to PJ_TRUE, application can choose to manually send RTCP SDES/BYE by using the API pjmedia_stream_send_rtcp_sdes() and pjmedia_stream_send_rtcp_bye().
Change History (2)
comment:1 Changed 14 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 14 years ago by ming
Note: See
TracTickets for help on using
tickets.
(In [3571]) Fixed #1268: Option for automatic/manual sending of RTCP SDES/BYE for the stream.