Interface IBuilderForArchiveMode
- Namespace
- Vonage.Video.Sessions.CreateSession
- Assembly
- Vonage.dll
Represents a builder that allows to set the ArchiveMode.
public interface IBuilderForArchiveMode
Methods
WithArchiveMode(ArchiveMode)
Sets the ArchiveMode on the builder.
IBuilderForOptional WithArchiveMode(ArchiveMode value)
Parameters
valueArchiveModeThe archive mode.
Returns
- IBuilderForOptional
The builder.