Search Results for

    Show / Hide Table of Contents

    Struct RoomOptions

    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 RoomOptions

    Fields

    AdaptiveStream

    Declaration
    public bool AdaptiveStream
    Field Value
    Type Description
    System.Boolean

    AudioCaptureDefaults

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

    Dynacast

    Declaration
    public bool Dynacast
    Field Value
    Type Description
    System.Boolean

    ExpDisableLayerPause

    Declaration
    public bool ExpDisableLayerPause
    Field Value
    Type Description
    System.Boolean

    PublishDefaults

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

    StopLocalTrackOnUnpublish

    Declaration
    public bool StopLocalTrackOnUnpublish
    Field Value
    Type Description
    System.Boolean

    VideoCaptureDefaults

    Declaration
    public VideoCaptureOptions? VideoCaptureDefaults
    Field Value
    Type Description
    System.Nullable<VideoCaptureOptions>
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL