Click or drag to resize

IInviteManager Interface

API interface

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public interface IInviteManager

The IInviteManager type exposes the following members.

Properties
 NameDescription
Public propertyIncomingInviteArgs 
Top
Methods
 NameDescription
Public methodBeginIncomingCall Starts the call establishment process.
Public methodSendACK Sends an ACK request to the remote end.
Public methodSendInitialInvite Starts a call session by sending an INVITE request.
Public methodSendReInvite Sends a re-INVITE request within the dialog.
Public methodSendResponse Sends a response to the initial INVITE request.
Top
Events
 NameDescription
Public eventAckReceived Occurs when an ACK request received from the remote end.
Public eventBeginCallIndication Sends a notification that the user wants to start the call.
Public eventInitialInviteReceived Occurs when the first INVITE request received.
Public eventInviteFinished Occurs when an INVITE request finished completely (ACK sent/received, media negotiated etc.).
Public eventInviteResponseReceived Occurs when a response received to a sent INVITE or re-INVITE request.
Public eventReInviteReceived Occurs when a re-INVITE request received from the remote end.
Top
See Also