Initializes a new instance of the DtmfInfo class
Namespace: OPSSDKCommon.Model.CallAssembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public DtmfInfo( string extensionId, string callId, DtmfNamedEvents dtmf, int duration = 0 ) |
Visual Basic |
---|
Public Sub New ( extensionId As String, callId As String, dtmf As DtmfNamedEvents, Optional duration As Integer = 0 ) |
Visual C++ |
---|
public: DtmfInfo( String^ extensionId, String^ callId, DtmfNamedEvents dtmf, int duration = 0 ) |
Parameters
- extensionId
- Type: System..::..String
[Missing <param name="extensionId"/> documentation for "M:OPSSDKCommon.Model.Call.DtmfInfo.#ctor(System.String,System.String,OPSSDKCommon.Model.Call.DtmfNamedEvents,System.Int32)"]
- callId
- Type: System..::..String
[Missing <param name="callId"/> documentation for "M:OPSSDKCommon.Model.Call.DtmfInfo.#ctor(System.String,System.String,OPSSDKCommon.Model.Call.DtmfNamedEvents,System.Int32)"]
- dtmf
- Type: OPSSDKCommon.Model.Call..::..DtmfNamedEvents
[Missing <param name="dtmf"/> documentation for "M:OPSSDKCommon.Model.Call.DtmfInfo.#ctor(System.String,System.String,OPSSDKCommon.Model.Call.DtmfNamedEvents,System.Int32)"]
- duration (Optional)
- Type: System..::..Int32
[Missing <param name="duration"/> documentation for "M:OPSSDKCommon.Model.Call.DtmfInfo.#ctor(System.String,System.String,OPSSDKCommon.Model.Call.DtmfNamedEvents,System.Int32)"]