Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.Video.Broadcast.AddStreamToBroadcast
Assembly
Vonage.dll
public interface IBuilderForOptional : IVonageRequestBuilder<AddStreamToBroadcastRequest>
Inherited Members

Methods

WithDisabledAudio()

Disables audio for the stream in the broadcast. Audio is included by default.

IBuilderForOptional WithDisabledAudio()

Returns

IBuilderForOptional

Examples

.WithDisabledAudio()

WithDisabledVideo()

Disables video for the stream in the broadcast. Video is included by default.

IBuilderForOptional WithDisabledVideo()

Returns

IBuilderForOptional

Examples

.WithDisabledVideo()