linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] set a custom header


From: J Alex Antony Vijay
Subject: Re: [Linphone-developers] set a custom header
Date: Wed, 31 May 2017 11:36:03 +0530

Hi,

    Here is the sample code,

LinphoneCallParams callParams = linphoneCore.createCallParams(null);
callParams.addCustomHeader(key1, value1);
callParams.addCustomHeader(key2, value2);
LinphoneCall linphoneCall = linphoneCore.inviteAddressWithParams(linphoneAddress, callParams);


On Wed, May 31, 2017 at 11:13 AM, Hadi Seilani <address@hidden> wrote:
hi, i need to add some text when call start to the sip header. i found addcustomheader method but dont khonw how to implement this method and where i should ?!
thanks

--
Regards By:
Hadi Seylani Zade

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers




--

Regards,
J Alex Antony Vijay.

reply via email to

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