Click or drag to resize

ByeUACSendBye Method

Sends a BYE request to the call.

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