Events

This document describes the events supported by conaito VoIP Extended SDK Components:


OnTextEvent (TextMsg As String, IP As String, Port As Long, UserData As String)

Description:
This Event is triggered by the conaito VoIP control, when a text message is received from the remote end.

Parameters Values:
- Text Message String
- Client IP
- Client Port
- User Data


OnStatusEvent (StatusCode As Long, IP As String, Port As Long)

Description:
This Event is triggered by the conaito VoIP control, to notify about the connection status. (see the Status Codes)

Parameters Values:
- Status Code Number
- Client IP
- Client Port


OnWhisperTextEvent (TextMsg As String, IP As String, Port As Long, UserData As String)

Description:
This Event is triggered by the conaitoVoIP control, when a PRIVATE text message along with the text data (User Data) is received from the remote end.

Parameters Values:
- Text Message String
- Client IP
- Client Port
- User Data


OnConnectionEvent (IP As String, Port As Long, UserData As String)

Description:
This Event is triggered, to notify the listening end that client is requesting to start conversation.

Parameters Values:
- Client IP
- Client Port
- User Data

Remarks:
When a client tries to establish a connection to the listening end, this event is triggered with Client’s IP & Port values, to notify the listening end about the client start conversation request. To accept the connection, AcceptIncomingCall() method can be used.


OnAddConferenceEvent (IP As String, Port As Long, UserData As String)

Description:
This Event is triggered, to notify the listening end that client is requesting to add into the conversation.

Parameters Values:
- Client IP
- Client Port
- User Data

Remarks:
When a client tries to add listening end into the conversation, this event is triggered with Client’s IP & Port values, to notify the listening end about the add conversation request. To accept the connection, AcceptAddInConf() method can be used.




Any Questions?

please check conaito Support Forum or conaito Knowledge Base

Please feel free and contact the conaito Support Team.

 

 

 

Copyright © 2004, conaito Technology. All rights reserved.

The CHM file was converted to HTML by chm2web software.