Search Results for

    Show / Hide Table of Contents

    Class LocalTrackPublication

    Inheritance
    System.Object
    JSRef
    JSObject
    TrackPublication
    LocalTrackPublication
    Inherited Members
    TrackPublication.Kind
    TrackPublication.TrackName
    TrackPublication.TrackSid
    TrackPublication.Source
    TrackPublication.MimeType
    TrackPublication.Dimensions
    TrackPublication.Simulcasted
    TrackPublication.IsMuted
    TrackPublication.IsEnabled
    TrackPublication.IsSubscribed
    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 LocalTrackPublication : TrackPublication

    Properties

    AudioTrack

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

    Options

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

    Track

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

    VideoTrack

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