IByeSenderUA.SendBye Method |
Sends a BYE request to the remote party.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxbool SendBye(
IUserAgentInstance owner,
DialogID dialogID,
SIPCallBasicInfo callDetails,
ByeRequestArgs args
)
Function SendBye (
owner As IUserAgentInstance,
dialogID As DialogID,
callDetails As SIPCallBasicInfo,
args As ByeRequestArgs
) As Boolean
bool SendBye(
IUserAgentInstance^ owner,
DialogID^ dialogID,
SIPCallBasicInfo^ callDetails,
ByeRequestArgs^ args
)
abstract SendBye :
owner : IUserAgentInstance *
dialogID : DialogID *
callDetails : SIPCallBasicInfo *
args : ByeRequestArgs -> bool
Parameters
- owner
- Type: Ozeki.VoIP.IUserAgentInstance
- dialogID
- Type: Ozeki.VoIP.DialogID
- callDetails
- Type: Ozeki.VoIP.SIPCallBasicInfo
- args
- Type: Ozeki.VoIP.ByeRequestArgs
Return Value
Type:
Boolean
See Also