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
Examples
.WithDisabledAudio()
WithDisabledVideo()
Disables video for the stream in the broadcast. Video is included by default.
IBuilderForOptional WithDisabledVideo()
Returns
Examples
.WithDisabledVideo()