Class PlayerContext
Represents a player and supported additional context for the Moderation Service.
Inherited Members
Namespace: Unity.Services.Moderation.Models
Assembly: Unity.Services.Moderation.dll
Syntax
public class PlayerContext
Properties
Channels
The channel(s) that will be attached to the player report, to give moderators additional reviewing context.
Declaration
public List<VivoxChannel> Channels { get; set; }
Property Value
| Type | Description |
|---|---|
| List<VivoxChannel> |
PlayerId
The UAS Player ID.
Declaration
public string PlayerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VivoxId
The Vivox ID, or, SIP.
Declaration
public string VivoxId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |