interface LocalBroadcastOptions
Since 0.2.0

Options for Room.broadcastLocal.

Extends the committed broadcast options with exclusion by connection ID, which is how except survives a trip across the backplane: the excluded connection object exists only on the originating replica, but its runtime.uuid() ID is globally unique and travels on the frame.

Properties

readonly
optional
exceptId: string

Skip the member with this connection ID.

Usage

import { type LocalBroadcastOptions } from "websocket-plugin/src/index.ts";