Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ChannelClient.GetChannelClientInfo

Declaration

public MPE.ChannelClientInfo GetChannelClientInfo();

Declaration

public static MPE.ChannelClientInfo GetChannelClientInfo(string channelName);

Declaration

public static MPE.ChannelClientInfo GetChannelClientInfo(int clientId);

Parameters

channelName The name of the channel to get information about.
clientId The ID of the channel to get information about.

Returns

ChannelClientInfo A structure that describes the channel.

Description

Gets the ChannelClientInfo for a specific channel.