docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IChannelTextMessage

    A text message from a channel.

    Inherited Members
    ITextMessage.ReceivedTime
    ITextMessage.Message
    ITextMessage.Language
    IKeyedItemNotifyPropertyChanged<string>.Key
    INotifyPropertyChanged.PropertyChanged
    Namespace: VivoxUnity
    Assembly: VivoxUnity.dll
    Syntax
    public interface IChannelTextMessage : ITextMessage, IKeyedItemNotifyPropertyChanged<string>, INotifyPropertyChanged

    Properties

    ApplicationStanzaBody

    Optional application-specific data.

    Declaration
    string ApplicationStanzaBody { get; }
    Property Value
    Type Description
    string

    ApplicationStanzaNamespace

    An optional namespace for application-specific data.

    Declaration
    string ApplicationStanzaNamespace { get; }
    Property Value
    Type Description
    string

    ChannelSession

    The ChannelSesssion that is the target of the message.

    Declaration
    IChannelSession ChannelSession { get; }
    Property Value
    Type Description
    IChannelSession

    FromSelf

    Indicates whether the message is from the currently signed in user.

    Declaration
    bool FromSelf { get; }
    Property Value
    Type Description
    bool

    Sender

    The message sender.

    Declaration
    AccountId Sender { get; }
    Property Value
    Type Description
    AccountId
    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)