Vijayaraghavan Duraisamy wrote: > Hi, > I need to simulate the on_typing event when sending Instant Messages but > the on_typing event is not getting triggererd when the other user types > any message. I tried pjsua_im_typing API when the user types a message > (each time on the text change event of the edit box) but this does not > work. The on_typing call back event is getting triggered when there is a > message sent from tools such as X-Lite. Am I missing something? If > anyone can help me on the correct APIs, it will be great!! I just tried with both pjsua to pjsua and pjsua to eyebeam, and it works fine. Please see pjsua source code on how to use typing indications. And please use the latest version from SVN trunk. cheers, -benny