Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ChannelInfo

A structure that contains the connection information of a Channel in ChannelService.
Read time 1 minuteLast updated 7 days ago

Definition

public struct ChannelInfo : IEquatable<ChannelInfo>

Properties

Property

Description

idThe ID of a specific channel. Normally this is the hash of the channel name.
nameThe name of the channel. This matches the route of the URL that connects to the ChannelService. For example, "127.0.0.1:9292/\<channelName\>".