Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 13 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

(In [3571]) Fixed #1268: Option for automatic/manual sending of RTCP SDES/BYE for the stream.

comment:2 Changed 13 years ago by ming

(In [3572]) Re #1268: Fixed compilation error problem due to typo.

Note: See TracTickets for help on using tickets.