Search Results for

    Show / Hide Table of Contents

    Struct SendTextOptions

    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
    [Serializable]
    public struct SendTextOptions

    Properties

    Attributes

    Declaration
    public Dictionary<string, string> Attributes { readonly get; set; }
    Property Value
    Type Description
    Dictionary<System.String, System.String>

    DestinationIdentities

    Declaration
    public string[] DestinationIdentities { readonly get; set; }
    Property Value
    Type Description
    System.String[]

    Topic

    Declaration
    public string Topic { readonly get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL