Click or drag to resize
ByeUACSendBye Method
Sends a BYE request to the call.

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

Implements

IByeSenderUASendBye(IUserAgentInstance, DialogID, SIPCallBasicInfo, ByeRequestArgs)
See Also