Class Participant
Represent a Participant information to be added to the Cache system
Inherited Members
Namespace: Unity.Services.Moderation.Vivox
Assembly: Unity.Services.Moderation.dll
Syntax
public class Participant
Properties
ChannelName
Represents the Vivox channel name
Declaration
public string ChannelName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ChannelURI
Represents the Vivox SIP Uri of the channel
Declaration
public string ChannelURI { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlayerId
Represent the player UAS ID
Declaration
public string PlayerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlayerSIPUri
Represents the Vivox SIP Uri of the player
Declaration
public string PlayerSIPUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |