Search Results for

    Show / Hide Table of Contents

    Class LocalVideoTrack

    Inheritance
    System.Object
    JSRef
    JSObject
    JSEventEmitter<TrackEvent>
    Track
    LocalTrack
    LocalVideoTrack
    Implements
    IVideoTrack
    ITrack
    Inherited Members
    LocalTrack.GetId()
    LocalTrack.GetDimensions()
    LocalTrack.GetDeviceId()
    LocalTrack.Mute()
    LocalTrack.Unmute()
    Track.Message
    Track.Muted
    Track.Unmuted
    Track.Ended
    Track.ElementAttached
    Track.ElementDetached
    Track.Kind
    Track.MediaStreamTrack
    Track.AttachedElements
    Track.IsMuted
    Track.Source
    Track.Sid
    Track.StreamState
    Track.Attach()
    Track.Detach()
    Track.Stop()
    JSEventEmitter<TrackEvent>.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 LocalVideoTrack : LocalTrack, IVideoTrack, ITrack

    Properties

    IsSimulcast

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

    Methods

    RestartTrack(Nullable<VideoCaptureOptions>)

    Declaration
    public JSPromise RestartTrack(VideoCaptureOptions? options = null)
    Parameters
    Type Name Description
    System.Nullable<VideoCaptureOptions> options
    Returns
    Type Description
    JSPromise

    SetDeviceId(String)

    Declaration
    public JSPromise SetDeviceId(string deviceId)
    Parameters
    Type Name Description
    System.String deviceId
    Returns
    Type Description
    JSPromise

    SetProcessor(JSHandle, Boolean)

    Declaration
    public JSPromise SetProcessor(JSHandle processor, bool showProcessedStreamLocally = true)
    Parameters
    Type Name Description
    JSHandle processor
    System.Boolean showProcessedStreamLocally
    Returns
    Type Description
    JSPromise

    SetPublishingQuality(VideoQuality)

    Declaration
    public void SetPublishingQuality(VideoQuality maxQuality)
    Parameters
    Type Name Description
    VideoQuality maxQuality

    Implements

    IVideoTrack
    ITrack
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL