CTI Client events (C++ CTI API)

CTI_CHATSTART

Contents  Back  Next

Start a chat session with another user.

 

Sub-message CTI_CHATSTART ( 0x0001300A )

Message type

CTI_COMMAND_MSG

 

Used values

m_wParam

TRUE if chat was successfully started.

 

m_unNumber

Extension of chat partner

 

Remarks

There are two reasons why this event might be received:

1.You have used CTI_EChatStart to request a chat session with another user. If relevant permissions are not set or the partner is already chatting, the session may be refused and so m_wParam will be FALSE. Otherwise, it will be TRUE and you can display the relevant input and output windows for chatting.
2.Someone is trying to start a chat session with you. You can see from m_unNumber who that is. If you would like to refuse to chat, call CTI_EChatEnd. Otherwise, display the windows for input and output for chatting.

 

See also

WM_CTI_NETWORK_DISPATCH overview | CTI_EChatStart

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.