Table of Contents

Class Track

Namespace
LiveKit
public class Track : ITrack
Inheritance
Track
Implements
Derived
Inherited Members
Extension Methods

Fields

Handle

public readonly FfiHandle Handle

Field Value

FfiHandle

Properties

IsOwned

public bool IsOwned { get; }

Property Value

bool

Kind

public TrackKind Kind { get; }

Property Value

TrackKind

Muted

public bool Muted { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Participant

public WeakReference<Participant> Participant { get; }

Property Value

WeakReference<Participant>

Room

public WeakReference<Room> Room { get; }

Property Value

WeakReference<Room>

Sid

public string Sid { get; }

Property Value

string

StreamState

public StreamState StreamState { get; }

Property Value

StreamState