Event ChannelMessageDeleted
An Action that will trigger when a channel message has been deleted in any channel the user is in. The VivoxMessage itself will contain the ChannelName of the channel it was sent in, the PlayerId of the Sender, and the MessageId that was deleted. The MessageText will be null.
Namespace: Unity.Services.Vivox
Assembly: solution.dll
Syntax
event Action<VivoxMessage> ChannelMessageDeleted
Returns
Type | Description |
---|---|
Action<VivoxMessage> |