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
valueLayout
Returns
Examples
.WithLayout(new Layout(null, null, LayoutType.BestFit))