Version: 2022.3
언어: 한국어
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.