[reSIProcate] multipart/alternative content-type
Diego Carvalho Domingos
ddomingos at daitangroup.com
Thu May 12 13:11:49 CDT 2016
Hi all,
How do I access multiple SDP's of an INVITE which the content-type is multipart/alternative? In my case the INVITE contains two SDP's and for some reason, the way I get the SDP is getting the second one. For instance, in the onNewSession method:
onNewSession(ClientInviteSessionHandle, InviteSession::OfferAnswerType oat, const SipMessage& msg)
I do:
SdpContents* contents = dynamic_cast<SdpContents*>(msg.getContents());
Why this is getting me the second one? How do I access the first one? I saw that there is a subclass of Contents called MultipartAlternativeContents but I don't think this is the one returned by getContents because if so the dynamic_cast would fail.
I appreciate any help. Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20160512/45e7e25a/attachment.htm>
More information about the resiprocate-devel
mailing list