Search Results for

    Show / Hide Table of Contents

    Interface ITrack

    Namespace: LiveKit
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITrack

    Properties

    AttachedElements

    Declaration
    JSArray<HTMLMediaElement> AttachedElements { get; }
    Property Value
    Type Description
    JSArray<HTMLMediaElement>

    IsMuted

    Declaration
    bool IsMuted { get; }
    Property Value
    Type Description
    System.Boolean

    Kind

    Declaration
    TrackKind Kind { get; }
    Property Value
    Type Description
    TrackKind

    MediaStreamTrack

    Declaration
    MediaStreamTrack MediaStreamTrack { get; }
    Property Value
    Type Description
    MediaStreamTrack

    Sid

    Declaration
    string Sid { get; }
    Property Value
    Type Description
    System.String

    Source

    Declaration
    TrackSource Source { get; }
    Property Value
    Type Description
    TrackSource

    Methods

    Attach()

    Declaration
    HTMLMediaElement Attach()
    Returns
    Type Description
    HTMLMediaElement

    Detach()

    Declaration
    JSArray<HTMLMediaElement> Detach()
    Returns
    Type Description
    JSArray<HTMLMediaElement>

    Stop()

    Declaration
    void Stop()

    Events

    ElementAttached

    Declaration
    event ITrack.ElementAttachedDelegate ElementAttached
    Event Type
    Type Description
    ITrack.ElementAttachedDelegate

    ElementDetached

    Declaration
    event ITrack.ElementDetachedDelegate ElementDetached
    Event Type
    Type Description
    ITrack.ElementDetachedDelegate

    Ended

    Declaration
    event ITrack.EndedDelegate Ended
    Event Type
    Type Description
    ITrack.EndedDelegate

    Message

    Declaration
    event ITrack.MessageDelegate Message
    Event Type
    Type Description
    ITrack.MessageDelegate

    Muted

    Declaration
    event ITrack.MutedDelegate Muted
    Event Type
    Type Description
    ITrack.MutedDelegate

    Unmuted

    Declaration
    event ITrack.UnmutedDelegate Unmuted
    Event Type
    Type Description
    ITrack.UnmutedDelegate
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL