Sends DTMF with the specified keycode to the specified party.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool 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
- Type: SystemInt32
- party
- Type: Ozeki.VoIPCallParty
Return Value
Type:
BooleanSee Also