ParticipantsAddedEvent
public class ParticipantsAddedEvent : BaseChatThreadEvent
ParticipantsAddedEvent for real-time notifications.
-
The timestamp when the participant(s) were added. The timestamp is in RFC3339 format:
yyyy-MM-ddTHH:mm:ssZ
.Declaration
Swift
public var addedOn: Iso8601Date?
-
The participants that were added.
Declaration
Swift
public var participantsAdded: [SignalingChatParticipant]?
-
The participant that added the new participant(s).
Declaration
Swift
public var addedBy: SignalingChatParticipant?