Table of Contents

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

StreamError

Writer

public ByteStreamWriter Writer { get; }

Property Value

ByteStreamWriter