linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] LinphoneProxyConfig doesn't have addCustomHeader m


From: J Alex Antony Vijay
Subject: [Linphone-developers] LinphoneProxyConfig doesn't have addCustomHeader method
Date: Fri, 4 Mar 2016 12:43:52 +0530

Hi,

    Yesterday I took the latest code and trying to find a way to add custom header in REGISTER request. But I couldn't find any method to add.

Finally I found that, the method itself not available in linphonecore_jni.cc.

But I can see other implementation like;
  1. Java_org_linphone_core_LinphoneInfoMessageImpl_addHeader
  2. Java_org_linphone_core_LinphoneCallParamsImpl_addCustomHeader
  3. Java_org_linphone_core_LinphoneCallParamsImpl_addCustomSdpAttribute
  4. Java_org_linphone_core_LinphoneCallParamsImpl_addCustomSdpMediaAttribute
  5. Java_org_linphone_core_LinphoneEventImpl_addCustomHeader
  6. Java_org_linphone_core_LinphoneChatMessageImpl_addCustomHeader

Could you please help me how to implement this..

--

Regards,
J Alex Antony Vijay.

reply via email to

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