Interface IFailedDirectedTextMessage
A text message from one user to another user.
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public interface IFailedDirectedTextMessage
  Properties
RequestId
The request ID of the failed directed message.
Declaration
string RequestId { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Sender
The message sender.
Declaration
AccountId Sender { get; }
  Property Value
| Type | Description | 
|---|---|
| AccountId | 
StatusCode
The status code of the failure.
Declaration
int StatusCode { get; }
  Property Value
| Type | Description | 
|---|---|
| int |