Table of Contents

Interface IBuilderForLayout

Namespace
Vonage.Video.Broadcast.ChangeBroadcastLayout
Assembly
Vonage.dll
public interface IBuilderForLayout

Methods

WithLayout(Layout)

Sets the new layout to apply to the broadcast.

IBuilderForOptional WithLayout(Layout value)

Parameters

value Layout

Returns

IBuilderForOptional

Examples

.WithLayout(new Layout(null, null, LayoutType.BestFit))