Interface IChannelTextMessage
A text message from a channel.
Inherited Members
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 |