docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlayerContext

    Represents a player and supported additional context for the Moderation Service.

    Inheritance
    object
    PlayerContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)