Event DirectedMessageDeleted
An Action that will trigger when a direct message has been deleted in any channel the user is in. The VivoxMessage itself will have the PlayerId of the Player and the MessageId that was edited. The ChannelName and Message will be set to null.
Namespace: Unity.Services.Vivox
Assembly: solution.dll
Syntax
event Action<VivoxMessage> DirectedMessageDeleted
Returns
Type | Description |
---|---|
Action<VivoxMessage> |