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

Parameters

channelIdThe ID of the channel to send the message to.
dataThe message to send. It can be binary or UTF8.

Description

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