linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Mismatch id


From: Salvatore Benedetto
Subject: [Linphone-developers] Mismatch id
Date: Wed, 2 Sep 2009 10:22:42 +0200

Hi Simon,

I'm using linphone-3.1.2 and I don't know if this has already been fixed, but
there is a mismatch id in the methods of the rtpsender.

In the file

mediastreamer2/include/mediastreamer2/msrtp.h

the following define

#define MS_RTP_SEND_SET_RELAY_SESSION_ID
MS_FILTER_METHOD(MS_RTP_RECV_ID, 5, const char *)

should be

#define MS_RTP_SEND_SET_RELAY_SESSION_ID
MS_FILTER_METHOD(MS_RTP_SEND_ID,5,const char *)

and MS_RTP_SEND_SET_RELAY_SESSION_ID is a sender method, not a receiver.

Keep up the good work.

Regards,
S.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]