Guillaume p GRANGE 13.Mar.12 05:45 AM a Web browser Applications development8.5.2All Platforms
Hi,
I'm using TCSPI to develop my own telephony adaptor.
I want to update talking indicator(speaking status) when i receive notification from my third party(telephony provider).
I've seen the TALKING_PROPERTY user property. But this is a readonly property.
And so
user.setProperty(new Property(User.TALKING_PROPERTY, Property.TRUE));
don't work.