Click or drag to resize

IByeManager Interface

API interface

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public interface IByeManager

The IByeManager type exposes the following members.

Methods
  NameDescription
Public methodSendBye
Sends a BYE request to the remote end.
Public methodSendBye(ByeRequestArgs)
Sends a BYE request to the remote end.
Top
Events
  NameDescription
Public eventByeReceived
Occurs when a BYE request received from the remote end.
Top
See Also