Skip to content

Interface: AIPeer

@roomful/core


@roomful/core / AIPeer

Defined in: packages/core/src/ai-peer.ts:219

A live AI peer. Call AIPeer.stop to remove it from the room.

readonly peerId: string

Defined in: packages/core/src/ai-peer.ts:221

The AI peer’s id in the room.

stop(): Promise<void>

Defined in: packages/core/src/ai-peer.ts:223

Stops the agent loop and disconnects the peer.

Promise<void>