Click or drag to resize

IByeSenderUASendBye Method

Sends a BYE request to the remote party.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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