Skip to content

PJSIP version 2.8

Compare
Choose a tag to compare
@ismangil ismangil released this 05 Sep 17:02
· 1272 commits to master since this release

Released on 2018-09-05T05:35:44Z

Release Focus

  • OPUS param on the fly
  • WebRTC interopability - RTP/SAVPF - SSRC
  • Support for GnuTLS
  • RTP/RTCP multiplexing
  • C# binding for SWIG

Backward incompatibility

  • Application using PJMEDIA API directly should explicitly invoke pjmedia_transport_media_start() to start receiving RTP packets. Application that does not use SDP can simply pass zero/null for pool and SDP params, e.g: pjmedia_transport_media_start(tp, 0, 0, 0, 0). Please check #2097 for more info.

For more details about the ticket list, please see Milestone 2.8