Event ChannelLeft
An action that will trigger when a Channel has been successfully left by the currently logged in user. Once this event fires, the user will no longer be in the text/audio state for this channel, and will no longer be able to do any channel operations. Provides the ChannelName of the channel successfully left.
Namespace: Unity.Services.Vivox
Assembly: solution.dll
Syntax
event Action<string> ChannelLeft
Returns
Type | Description |
---|---|
Action<string> |