docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class VivoxConversation

    Provides information about either a channel or direct message conversation.

    Inheritance
    object
    VivoxConversation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Vivox
    Assembly: Unity.Services.Vivox.dll
    Syntax
    public sealed class VivoxConversation

    Properties

    ConversationType

    Denotes the type of conversation this instance represents.

    Declaration
    public ConversationType ConversationType { get; }
    Property Value
    Type Description
    ConversationType

    Name

    This will be either the PlayerId of a player or the name of a channel depending on the type of conversation this instance represents.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 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)