Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BroadcastBinary(int, byte[])

Sends a message to all of a specific channel's ChannelClient connections.
Read time 1 minuteLast updated 10 days ago

Definition

public static void BroadcastBinary(int channelId, byte[] data)

Parameters

channelId

The ID of the channel to send the message to.

data

The binary data to send.