| IInviteManager Interface |
Namespace: Ozeki.VoIP
The IInviteManager type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginIncomingCall |
Starts the call establishment process.
| |
| SendACK |
Sends an ACK request to the remote end.
| |
| SendInitialInvite |
Starts a call session by sending an INVITE request.
| |
| SendReInvite |
Sends a re-INVITE request within the dialog.
| |
| SendResponse |
Sends a response to the initial INVITE request.
|
| Name | Description | |
|---|---|---|
| IncomingInviteArgs |
| Name | Description | |
|---|---|---|
| AckReceived |
Occurs when an ACK request received from the remote end.
| |
| BeginCallIndication |
Sends a notification that the user wants to start the call.
| |
| InitialInviteReceived |
Occurs when the first INVITE request received.
| |
| InviteFinished |
Occurs when an INVITE request finished completely (ACK sent/received, media negotiated etc.).
| |
| InviteResponseReceived |
Occurs when a response received to a sent INVITE or re-INVITE request.
| |
| ReInviteReceived |
Occurs when a re-INVITE request received from the remote end.
|