Event ChannelMessageEdited
An Action that will trigger when a channel message has been edited 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 edited.
Namespace: Unity.Services.Vivox
Assembly: solution.dll
Syntax
event Action<VivoxMessage> ChannelMessageEdited
Returns
Type | Description |
---|---|
Action<VivoxMessage> |