Table of Contents

Class StreamTextOptions

Namespace
LiveKit

Options used when opening an outgoing text data stream.

public class StreamTextOptions : StreamOptions
Inheritance
StreamTextOptions
Inherited Members
Extension Methods

Properties

AttachedStreamIds

public List<string> AttachedStreamIds { get; set; }

Property Value

List<string>

Generated

public bool? Generated { get; set; }

Property Value

bool?

OperationType

public TextStreamInfo.OperationType? OperationType { get; set; }

Property Value

TextStreamInfo.OperationType?

ReplyToStreamId

public string ReplyToStreamId { get; set; }

Property Value

string

Version

public int? Version { get; set; }

Property Value

int?