sendToEverybody
Summary
Broadcast a packet to all connected clients over the unreliable data channels. The server will frame the provided data with the configured magic terminator.Signature
Parameters
data
Type:Uint8Array
Raw packet bytes (Uint8Array) to send to every client
Returns
Type:void
Broadcast a packet to all connected clients over the unreliable data channels. The server will frame the provided data with the configured magic terminator.