Table of Contents

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

IDictionary<string, string>

DestinationIdentities

public List<string> DestinationIdentities { get; set; }

Property Value

List<string>

Id

public string Id { get; set; }

Property Value

string

Topic

public string Topic { get; set; }

Property Value

string