Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetChannelClientInfo

Gets the ChannelClientInfo for a specific channel.
Read time 1 minuteLast updated 13 days ago

Definition

GetChannelClientInfo()

Gets the ChannelClientInfo for a specific channel.
public ChannelClientInfo GetChannelClientInfo()

Returns

Type

Description

ChannelClientInfoA structure that describes the channel.

GetChannelClientInfo(string)

Gets the ChannelClientInfo for a specific channel.
public static ChannelClientInfo GetChannelClientInfo(string channelName)

Parameters

channelName

The name of the channel to get information about.

Returns

Type

Description

ChannelClientInfoA structure that describes the channel.

GetChannelClientInfo(int)

Gets the ChannelClientInfo for a specific channel.
public static ChannelClientInfo GetChannelClientInfo(int clientId)

Parameters

clientId

The ID of the channel to get information about.

Returns

Type

Description

ChannelClientInfoA structure that describes the channel.