Class StreamOptions
- Namespace
- LiveKit
Options used when opening an outgoing data stream.
public class StreamOptions
- Inheritance
-
StreamOptions
- Derived
- Inherited Members
- Extension Methods
Properties
Attributes
public IDictionary<string, string> Attributes { get; set; }
Property Value
DestinationIdentities
public List<string> DestinationIdentities { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Topic
public string Topic { get; set; }