Table of Contents

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

value string

The token.

Returns

IBuilderForSipUri

The builder.