CTI Client additional functions (C++ CTI API)

CTI_EChatMessage

Contents  Back  Next

Send chat message.

 

VOID WINAPI CTI_EChatMessage(

 PTCHAR pszMsg

);

Parameters

pszMsg

Message text from chat box

 

Return value

None

 

Remarks

The whole text from the chat box should be sent. The function should be called as soon as something changes in the entry field. The function leads to event CTI_CHATMESSAGE at the other chatting party.

 

See also

Additional functions overview | CTI_EChatStart | CTI_EChatEnd

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.