SignalingChatParticipant
public struct SignalingChatParticipant
Chat Participant for real-time notification events.
-
The identifier of the participant.
Declaration
Swift
public let id: CommunicationIdentifier? -
Display name for the participant.
Declaration
Swift
public let displayName: String? -
Time from which the chat history is shared with the participant. The timestamp is in RFC3339 format:
yyyy-MM-ddTHH:mm:ssZ.Declaration
Swift
public let shareHistoryTime: Iso8601Date?
View on GitHub
SignalingChatParticipant Structure Reference