Sends DTMF with the specified keycode to the specified party.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxbool SendDTMF(
int key,
CallParty party
)
Function SendDTMF (
key As Integer,
party As CallParty
) As Boolean
bool SendDTMF(
int key,
CallParty party
)
abstract SendDTMF :
key : int *
party : CallParty -> bool
Parameters
- key Int32
-
- party CallParty
-
Return Value
Boolean
See Also