Table of Contents

Interface IBuilderForSessionId

Namespace
Vonage.Video.AudioConnector.Start
Assembly
Vonage.dll

Represents a builder for session Id.

public interface IBuilderForSessionId

Methods

WithSessionId(string)

Sets the session Id on the builder.

IBuilderForToken WithSessionId(string value)

Parameters

value string

The session Id.

Returns

IBuilderForToken

The builder.