interface RoomBroadcastOptions
Since 0.2.0

Options for a room broadcast.

Properties

readonly
optional
except: IWebSocketConnection

A member to skip — typically the sender, so it does not echo to itself.

Usage

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