Re: incoming notification-user typing (General questions)
Hi Sapna,
You can try something like this:
[code]if(Data.vt == VT_BOOL)
{
if(Data.boolVal)
{
//Do Something
}
}[/code]
Can you please try that?
Regards,
Damba