Class StreamBytesInstruction
- Namespace
- LiveKit
YieldInstruction for stream bytes. Returned by StreamBytes(StreamByteOptions).
public sealed class StreamBytesInstruction : YieldInstruction
- Inheritance
-
StreamBytesInstruction
- Inherited Members
- Extension Methods
Remarks
Access Writer after checking IsError
Properties
Error
public StreamError Error { get; }
Property Value
Writer
public ByteStreamWriter Writer { get; }