Version: 2022.3
LanguageEnglish
  • C#

ChannelClientInfo

struct in UnityEditor.MPE

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A structure that contains all of a ChannelClient's connection data.

Properties

clientIdThe channel's channel ID (see ChannelClient.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>".