docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MessageOptions

    Used for configuring optional fields related to sending channel or direct messages.

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

    Properties

    Language

    A metadata tag for the language that this message is in Defaults to null

    Declaration
    public string Language { get; set; }
    Property Value
    Type Description
    string

    Metadata

    A string to store metadata associated with a message If set recipients of this message will also get this metadata. Often used to store information about the message such as application specific data, or other information that is relevant to the message. Defaults to null

    Declaration
    public string Metadata { 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)