Class StartProperties
- Namespace
- Vonage.Video.ExperienceComposer.Start
- Assembly
- Vonage.dll
Represents the initial Publisher properties for the composed output stream.
public record StartProperties : IEquatable<StartProperties>
- Inheritance
-
StartProperties
- Implements
- Inherited Members
Constructors
StartProperties(string)
Represents the initial Publisher properties for the composed output stream.
public StartProperties(string Name)
Parameters
NamestringThe name of the composed output stream which is published to the session; between 1 and 200 characters.
Properties
Name
The name of the composed output stream which is published to the session; between 1 and 200 characters.
public string Name { get; init; }