Table of Contents

Interface IBuilderForOutputs

Namespace
Vonage.Video.Broadcast.StartBroadcast
Assembly
Vonage.dll
public interface IBuilderForOutputs

Methods

WithOutputs(BroadcastOutput)

Sets the broadcast output configuration (HLS and/or RTMP). You can include up to five RTMP streams. Vonage Video live streaming supports RTMP and RTMPS.

IBuilderForOptional WithOutputs(StartBroadcastRequest.BroadcastOutput value)

Parameters

value StartBroadcastRequest.BroadcastOutput

Returns

IBuilderForOptional

Examples

.WithOutputs(new StartBroadcastRequest.BroadcastOutput { Streams = new[] { new StartBroadcastRequest.BroadcastOutput.Stream(id, serverUrl, streamName) } })