Interface IBuilderForMediaMode
- Namespace
- Vonage.Video.Sessions.CreateSession
- Assembly
- Vonage.dll
Represents a builder that allows to set the MediaMode.
public interface IBuilderForMediaMode
Methods
WithMediaMode(MediaMode)
Sets the MediaMode on the builder.
IBuilderForArchiveMode WithMediaMode(MediaMode value)
Parameters
valueMediaModeThe media mode.
Returns
- IBuilderForArchiveMode
The builder.