Click or drag to resize

InviteUAC Class

Sends INVITE requests and handles the responses for the outgoing INVITE requests.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPInviteUAC

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class InviteUAC : IUACExtension, IInviteSenderUA

The InviteUAC type exposes the following members.

Constructors
 NameDescription
Public methodInviteUACInitializes a new instance of the InviteUAC class
Top
Properties
 NameDescription
Public propertyUserAgent 
Top
Methods
 NameDescription
Public methodCanHandleResponse 
Public methodHandleResponse 
Public methodSendInvite Sends the initial INVITE request.
Public methodSendReInvite 
Public methodSendResponse 
Public methodSendSIPMessage 
Top
See Also