Table of Contents

Interface IBuilderForSessionId

Namespace
Vonage.Video.Sip.InitiateCall
Assembly
Vonage.dll

Represents a builder that allows to set the SessionId.

public interface IBuilderForSessionId

Methods

WithSessionId(string)

Sets the SessionId on the builder.

IBuilderForToken WithSessionId(string value)

Parameters

value string

The session id.

Returns

IBuilderForToken

The builder.