IByeSenderUASendBye Method |
Sends a BYE request to the remote party.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool 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.VoIPIUserAgentInstance
- dialogID
- Type: Ozeki.VoIPDialogID
- callDetails
- Type: Ozeki.VoIPSIPCallBasicInfo
- args
- Type: Ozeki.VoIPByeRequestArgs
Return Value
Type:
BooleanSee Also