Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


connectionId

The ChannelClient's connection ID.
Read time 1 minuteLast updated 13 days ago

Definition

public int connectionId { get; }

Remarks

The ChannelService sends this connection ID when is establishes a connection. It sends the ID during the handshake. The connection allows multiple ChannelClients on the same channelName to identify themselves.