Table of Contents

Class StreamTextInstruction

Namespace
LiveKit

YieldInstruction for stream text. Returned by StreamText(StreamTextOptions).

public sealed class StreamTextInstruction : YieldInstruction
Inheritance
StreamTextInstruction
Inherited Members
Extension Methods

Remarks

Access Writer after checking IsError

Properties

Error

public StreamError Error { get; }

Property Value

StreamError

Writer

public TextStreamWriter Writer { get; }

Property Value

TextStreamWriter