ParticipantAction
public enum ParticipantAction
The actions that may happen for a participant
-
The participant was added
Declaration
Swift
case added -
The participant was removed
Declaration
Swift
case removed -
The audio was muted for the participant
Declaration
Swift
case audioMuted -
The audio was unmuted for the participant
Declaration
Swift
case audioUnmuted
ParticipantAction Enumeration Reference