Table of Contents

Class FfiInstruction<TCallback>

Namespace
LiveKit

Generic yield instruction for one-shot FFI callbacks that follow the standard pattern: register a pending callback, check for a string error on completion, set IsDone.

public class FfiInstruction<TCallback> : YieldInstruction where TCallback : class

Type Parameters

TCallback

The protobuf callback type (e.g. SetLocalMetadataCallback).

Inheritance
FfiInstruction<TCallback>
Derived
Inherited Members
Extension Methods