Interface IBuilderForConfiguration
- Namespace
- Vonage.Video.Moderation.MuteStreams
- Assembly
- Vonage.dll
public interface IBuilderForConfiguration
Methods
WithConfiguration(MuteStreamsConfiguration)
Sets the mute configuration, including whether to enable or disable the mute state and which streams to exclude.
IBuilderForOptional WithConfiguration(MuteStreamsRequest.MuteStreamsConfiguration value)
Parameters
Returns
Examples
.WithConfiguration(new MuteStreamsRequest.MuteStreamsConfiguration(true, Array.Empty<string>()))