Click or drag to resize
IByeSenderUASendBye 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.VoIPIUserAgentInstance
dialogID
Type: Ozeki.VoIPDialogID
callDetails
Type: Ozeki.VoIPSIPCallBasicInfo
args
Type: Ozeki.VoIPByeRequestArgs

Return Value

Type: Boolean
See Also