Table of Contents

Interface IBuilderForArchiveMode

Namespace
Vonage.Video.Sessions.CreateSession
Assembly
Vonage.dll

Represents a builder that allows to set the ArchiveMode.

public interface IBuilderForArchiveMode

Methods

WithArchiveMode(ArchiveMode)

Sets the ArchiveMode on the builder.

IBuilderForOptional WithArchiveMode(ArchiveMode value)

Parameters

value ArchiveMode

The archive mode.

Returns

IBuilderForOptional

The builder.