Table of Contents

Interface IBuilderForDigits

Namespace
Vonage.Video.Sip.PlayToneIntoCall
Assembly
Vonage.dll
public interface IBuilderForDigits

Methods

WithDigits(string)

Sets the string of DTMF digits to send. This can include 0-9, '*', '#', and 'p'. A 'p' indicates a pause of 500ms (if you need to add a delay in sending the digits).

IBuilderForOptional WithDigits(string value)

Parameters

value string

Returns

IBuilderForOptional

Examples

.WithDigits("1234#")