docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class VivoxChannel

    Contains the informations required by the moderation service to identify and screen a channel.

    Inheritance
    object
    VivoxChannel
    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 VivoxChannel

    Constructors

    VivoxChannel(string, string)

    Creates an instance of VivoxChannel that will be sent to the moderation service

    Declaration
    public VivoxChannel(string name = null, string uri = null)
    Parameters
    Type Name Description
    string name

    the vivox channel name

    string uri

    the vivox sip uri of the channel

    Properties

    Name

    Name of the channel

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Uri

    SIP Uri of the channel

    Declaration
    public string Uri { get; }
    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)