Table of Contents

Class StreamInfo

Namespace
LiveKit

Information about a data stream.

public class StreamInfo
Inheritance
StreamInfo
Derived
Inherited Members
Extension Methods

Properties

Attributes

Additional attributes as needed for your application.

public IReadOnlyDictionary<string, string> Attributes { get; }

Property Value

IReadOnlyDictionary<string, string>

Id

Unique identifier of the stream.

public string Id { get; }

Property Value

string

MimeType

The MIME type of the stream data.

public string MimeType { get; }

Property Value

string

Timestamp

When the stream was created.

public DateTime Timestamp { get; }

Property Value

DateTime

Topic

Topic name used to route the stream to the appropriate handler.

public string Topic { get; }

Property Value

string

TotalLength

Total expected size in bytes, if known.

public ulong? TotalLength { get; }

Property Value

ulong?