Click or drag to resize
IByeSenderUA.SendBye Method
Sends a BYE request to the remote party.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
bool SendBye(
	IUserAgentInstance owner,
	DialogID dialogID,
	SIPCallBasicInfo callDetails,
	ByeRequestArgs args
)

Parameters

owner
Type: Ozeki.VoIP.IUserAgentInstance
dialogID
Type: Ozeki.VoIP.DialogID
callDetails
Type: Ozeki.VoIP.SIPCallBasicInfo
args
Type: Ozeki.VoIP.ByeRequestArgs

Return Value

Type: Boolean
See Also