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
Writer
public TextStreamWriter Writer { get; }