Version: 2021.1
言語: 日本語
public static void Broadcast (int channelId, byte[] data);
public static void Broadcast (int channelId, string data);

パラメーター

channelId The ID of the channel to send the message to.
data The message to send. It can be binary or UTF8.

説明

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