Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ChannelClientInfo

A structure that contains all of a ChannelClient 's connection data.
Read time 1 minuteLast updated 9 days ago

Definition

public struct ChannelClientInfo : IEquatable<ChannelClientInfo>

Properties

Property

Description

clientIdThe channel's channel ID (clientId).
connectionIdThe ChannelClient's connection ID.
nameThe ChannelClient's name (see ChannelClient.channelName. This matches the route of the URL connecting to the ChannelService. For example, "127.0.0.1:9292/\<channelName\>".