Re: [reSIProcate] Set SDP contents using the method setContents
- From: Ryan Kereliuk <ryker@xxxxxxxxx>
- Date: Sun, 29 Jul 2007 13:31:44 -0600
That looks correct. Perhaps validate that sdpContents isn't NULL prior
to the SipMessage::setContents() call. What do you get from
SipMessage::getContents() after attempting to add your SDP body?
Thanks,
-Ryan
On 2007-07-29 at 12h12, Tuan Viet Nguyen wrote:
>
> Can we set the SDP content to a SIP message like below?
>
> msg->setContents(sdpContent); //sdpContent is a pointer to an instance of
> the class SdpContents
>
> I tried that but it did not work.