Interface ITranscribedMessage
A transcription message.
Inherited Members
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public interface ITranscribedMessage : ITextMessage, IKeyedItemNotifyPropertyChanged<string>, INotifyPropertyChanged
Properties
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 |