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

Parameters

channelIdThe ID of the channel to send the message to.
dataThe binary data to send.

Description

Sends a message to all of a specific channel's ChannelClient connections.