store/event/chat library
Classes
- ChatArchivedEvent
- Event of a Chat being archived by the authenticated MyUser.
- ChatCallAnswerTimeoutPassedEvent
- Event of an answer timeout being reached in a ChatCall.
- ChatCallConversationStartedEvent
-
Event of an audio/video conversation being started in a ChatCall, meaning
that enough ChatCallMembers joined the
Medearoom after ringing had been finished. - ChatCallDeclinedEvent
- Event of a ChatCall being declined by a ChatMember.
- ChatCallFinishedEvent
- Event of a ChatCall being finished.
- ChatCallMemberJoinedEvent
- Event of a User joined a ChatCall.
- ChatCallMemberLeftEvent
- Event of a User leaving a ChatCall.
- ChatCallMemberRedialedEvent
- Event of a User being redialed in a ChatCall.
- ChatCallMovedEvent
- Event of a ChatCall being moved from its Chat-dialog to a newly created Chat-group.
- ChatCallStartedEvent
- Event of a ChatCall being started.
- ChatClearedEvent
- Event of a Chat being cleared by the authenticated MyUser.
- ChatDeliveredEvent
- Event of last ChatItems posted by the authenticated MyUser being delivered to other Users in a Chat.
- ChatEvent
- Events happening in a Chat.
- ChatEvents
- Chat event union.
- ChatEventsChat
- Initial state of the Chat.
- ChatEventsEvent
- ChatEventsVersioned happening in the Chat.
- ChatEventsInitialized
- Indicator notifying about a GraphQL subscription being successfully initialized.
- ChatEventsVersioned
- ChatEvents along with the corresponding ChatVersion.
- ChatFavoritedEvent
- Event of a Chat being added to the favorites list of the authenticated MyUser.
- ChatHiddenEvent
- Event of a Chat being hidden by the authenticated MyUser.
- ChatItemDeletedEvent
- Event of a ChatItem being deleted by some User.
- ChatItemEditedEvent
- Event of a ChatItem being edited by its author.
- ChatItemHiddenEvent
- Event of a ChatItem being hidden by the authenticated MyUser.
- ChatItemPostedEvent
- Event of a new ChatItem being posted in a Chat.
- ChatLastItemUpdatedEvent
- Event of a Chat last item being updated.
- ChatMutedEvent
- Event of a Chat being muted by the authenticated MyUser.
- ChatReadEvent
- Event of a Chat being read by a User.
- ChatTotalItemsCountUpdatedEvent
- Event of a Chat total items count being updated.
- ChatTypingStartedEvent
- Event of a ChatMember started typing in a Chat.
- ChatTypingStoppedEvent
- Event of a ChatMember stopped typing in a Chat.
- ChatUnarchivedEvent
- Event of a Chat being unarchived by the authenticated MyUser.
- ChatUnfavoritedEvent
- Event of a Chat being removed from the favorites list of the authenticated MyUser.
- ChatUnreadItemsCountUpdatedEvent
- Event of a Chat unread items count being updated.
- EditedMessageText
- Edited ChatMessageText.
- EventChatUnmuted
- Event of a Chat being unmuted by the authenticated MyUser.
- FavoriteChatsEvent
- Events happening in the the favorite Chats list.
Enums
- ChatEventKind
- Possible kinds of a ChatEvent.
- ChatEventsKind
- Tag representing a ChatEvents kind.