Event DirectedMessageEdited
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 will be set to null.
Namespace: Unity.Services.Vivox
Assembly: solution.dll
Syntax
event Action<VivoxMessage> DirectedMessageEdited
Returns
Type | Description |
---|---|
Action<VivoxMessage> |