Search Results for

    Show / Hide Table of Contents

    Class TrackPublication

    Inheritance
    System.Object
    JSRef
    JSObject
    TrackPublication
    LocalTrackPublication
    RemoteTrackPublication
    Inherited Members
    JSRef.Dispose(Boolean)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: LiveKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class TrackPublication : JSObject

    Properties

    AudioTrack

    Declaration
    public Track AudioTrack { get; }
    Property Value
    Type Description
    Track

    Dimensions

    Declaration
    public TrackDimensions? Dimensions { get; }
    Property Value
    Type Description
    System.Nullable<TrackDimensions>

    IsEnabled

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

    IsMuted

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

    IsSubscribed

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

    Kind

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

    MimeType

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

    Simulcasted

    Declaration
    public bool? Simulcasted { get; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Source

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

    Track

    Declaration
    public Track Track { get; }
    Property Value
    Type Description
    Track

    TrackName

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

    TrackSid

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

    VideoTrack

    Declaration
    public Track VideoTrack { get; }
    Property Value
    Type Description
    Track
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL