IInviteManagerSendResponse Method |
Sends a response to the initial INVITE request.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool SendResponse(
InviteResponseArgs args
)
Function SendResponse (
args As InviteResponseArgs
) As Boolean
bool SendResponse(
InviteResponseArgs^ args
)
abstract SendResponse :
args : InviteResponseArgs -> bool
Parameters
- args
- Type: Ozeki.VoIPInviteResponseArgs
Return Value
Type:
BooleanSee Also