Click or drag to resize
ISessionSendDTMF Method
Sends DTMF with the specified keycode to the specified party.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
bool SendDTMF(
	int key,
	CallParty party
)

Parameters

key
Type: SystemInt32
party
Type: Ozeki.VoIPCallParty

Return Value

Type: Boolean
See Also