Event ParticipantAddedToChannel
An Action that will trigger when a new Participant has been added to any channel the user is in. Provides a Participant object, which contains the Channel the participant is in, along with their PlayerId, DisplayName, whether speech has been detected, more specific audio energy changes and Muted status.
Namespace: Unity.Services.Vivox
Assembly: solution.dll
Syntax
event Action<VivoxParticipant> ParticipantAddedToChannel
Returns
Type | Description |
---|---|
Action<VivoxParticipant> |