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.4.13.0
Syntax
bool SendBye(
	IUserAgentInstance owner,
	DialogID dialogID,
	SIPCallBasicInfo callDetails,
	ByeRequestArgs args
)

Parameters

owner  IUserAgentInstance
 
dialogID  DialogID
 
callDetails  SIPCallBasicInfo
 
args  ByeRequestArgs
 

Return Value

Boolean
See Also