Table of Contents

Interface ITrack

Namespace
LiveKit
public interface ITrack
Extension Methods

Properties

Kind

TrackKind Kind { get; }

Property Value

TrackKind

Muted

bool Muted { get; }

Property Value

bool

Name

string Name { get; }

Property Value

string

Participant

WeakReference<Participant> Participant { get; }

Property Value

WeakReference<Participant>

Room

WeakReference<Room> Room { get; }

Property Value

WeakReference<Room>

Sid

string Sid { get; protected set; }

Property Value

string

StreamState

StreamState StreamState { get; }

Property Value

StreamState

TrackHandle

FfiHandle TrackHandle { get; }

Property Value

FfiHandle

Methods

GetStats()

GetSessionStatsInstruction GetStats()

Returns

GetSessionStatsInstruction