Table of Contents

Interface IBuilderForMediaMode

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

Represents a builder that allows to set the MediaMode.

public interface IBuilderForMediaMode

Methods

WithMediaMode(MediaMode)

Sets the MediaMode on the builder.

IBuilderForArchiveMode WithMediaMode(MediaMode value)

Parameters

value MediaMode

The media mode.

Returns

IBuilderForArchiveMode

The builder.