IReferSenderUASendReferResponse Method |
Sends response to an incoming REFER request.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
SyntaxSubscription SendReferResponse(
ReferResponseArgs args
)
Function SendReferResponse (
args As ReferResponseArgs
) As Subscription
Subscription^ SendReferResponse(
ReferResponseArgs^ args
)
abstract SendReferResponse :
args : ReferResponseArgs -> Subscription
Parameters
- args
- Type: Ozeki.VoIPReferResponseArgs
Return Value
Type:
Subscription
See Also