Class Track
- Namespace
- LiveKit
public class Track : ITrack
- Inheritance
-
Track
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
Handle
public readonly FfiHandle Handle
Field Value
Properties
IsOwned
public bool IsOwned { get; }
Property Value
Kind
public TrackKind Kind { get; }
Property Value
Muted
public bool Muted { get; }
Property Value
Name
public string Name { get; }
Property Value
Participant
public WeakReference<Participant> Participant { get; }
Property Value
Room
public WeakReference<Room> Room { get; }
Property Value
Sid
public string Sid { get; }
Property Value
StreamState
public StreamState StreamState { get; }