Interface IBuilderForToken
- Namespace
- Vonage.Video.Sip.InitiateCall
- Assembly
- Vonage.dll
Represents a builder that allows to set the Token.
public interface IBuilderForToken
Methods
WithToken(string)
Sets the Token on the builder.
IBuilderForSipUri WithToken(string value)
Parameters
valuestringThe token.
Returns
- IBuilderForSipUri
The builder.