Search Results for

    Show / Hide Table of Contents

    Struct TrackPublishOptions

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: LiveKit
    Assembly: cs.temp.dll.dll
    Syntax
    public struct TrackPublishOptions

    Fields

    DTX

    Declaration
    public bool? DTX
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    System.String

    ScreenShareEncoding

    Declaration
    public VideoEncoding? ScreenShareEncoding
    Field Value
    Type Description
    System.Nullable<VideoEncoding>

    ScreenShareSimulcastLayers

    Declaration
    public VideoPreset[] ScreenShareSimulcastLayers
    Field Value
    Type Description
    VideoPreset[]

    Simulcast

    Declaration
    public bool? Simulcast
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    Source

    Declaration
    public TrackSource? Source
    Field Value
    Type Description
    System.Nullable<TrackSource>

    StopMicTrackOnMute

    Declaration
    public bool? StopMicTrackOnMute
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    VideoCodec

    Declaration
    public VideoCodec? VideoCodec
    Field Value
    Type Description
    System.Nullable<VideoCodec>

    videoEncoding

    Declaration
    public VideoEncoding? videoEncoding
    Field Value
    Type Description
    System.Nullable<VideoEncoding>

    VideoSimulcastLayers

    Declaration
    public VideoPreset[] VideoSimulcastLayers
    Field Value
    Type Description
    VideoPreset[]
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL