Click or drag to resize

IInfoManager Interface

API interface

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public interface IInfoManager

The IInfoManager type exposes the following members.

Methods
  NameDescription
Public methodSendInfo
Sends an INFO request to the remote end.
Public methodSendResponse
Sends a response to a sent INFO request.
Top
Events
  NameDescription
Public eventInfoReceived
Occurs when an INFO request received from the remote end.
Public eventResponseReceived
Occurs when a response received to a sent INFO request.
Top
See Also