< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
Use the parameters() method of the codec (SdpContents::Session::Codec)that
the fmtp line applies to. Scott From:
resiprocate-users-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-users-bounces@xxxxxxxxxxxxxxx]
On Behalf Of god.nirvana hi
all i
want to get the sdp's fmtp value,but i can't get it. Could someont help me? below
is my code:
for (std::list<resip::SdpContents::Session::Medium>::const_iterator i =
sdp->session().media().begin(); i != sdp->session().media().end(); i++)
if(i->exists("fmtp"))//here always return
false;
{
......
}
else
{
} } below
is sdp: v=0 BTW:i
can get the connection,port,etc....,just can't the fmtp value. THX
a lot!!! god.nirvana 2007-10-04 |