Hi I'm having trouble porting some functionality from and older version of pjsip. 1. Getting media session for a call. In 1.6 I just did const pjmedia_session* session = pjsua_call_get_media_session(call_id); Now in 2.3 it is removed. I can't figure out the way to do this.... 2. Getting last rx sequence for a media stream. In 1.6 I did it like this: stream_stat.rtp_rx_last_seq; Now, in 2.3 this structure is totally different and I can only access the tx sequence like so: stream_stat.rtcp.rtp_tx_last_seq; I would really appreciate your help with these 2 things :) Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20150518/69ec2e78/attachment.html>