Hi!
Is there any way to load the audio codecs automatically to the SDP body?
Doing something like:
_LIT8( KEncodingName1, "AMR" );
_LIT8( KClockRate1, "8000" );
TSdpRtpmapValue rtpmapValue1( KEncodingName1(), KClockRate1(), KEncodingParam() );
HBufC8* rtpmapBuf1 = rtpmapValue1.EncodeL();
is not a very good solution because I can't know which codecs the terminal supports...
Anyone have a suggestion?
Thanks