You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Joas Schilling 93ecf4b540
fix(events): Move chat message parsers to typed events
2 years ago
..
AAttendeeRemovedEvent.php feat(events): Migrate attendee and participant events to typed ones 2 years ago
ABeforeJoinedRoomEvent.php feat(events): Migrate session join and leave to typed events 2 years ago
ACallEndedForEveryoneEvent.php feat(events): Emitted typed events for room modifications 2 years ago
ALobbyModifiedEvent.php feat(events): Emitted typed events for room modifications 2 years ago
AMessageSentEvent.php feat(events): Migrate chat related events to typed events 2 years ago
AParticipantModifiedEvent.php fix(events): Migrate "In a call" status handling to new events 2 years ago
ARoomModifiedEvent.php feat(events): Emitted typed events for room modifications 2 years ago
ASessionLeftRoomEvent.php feat(events): Migrate session join and leave to typed events 2 years ago
ASystemMessageSentEvent.php feat(events): Migrate chat related events to typed events 2 years ago
AddEmailEvent.php feat(events): Add typed event for sending the email invite to guests 2 years ago
AddParticipantsEvent.php feat(events): Migrate attendee and participant events to typed ones 2 years ago
AlreadySharedEvent.php fix(events): Migrate "already shared" to typed event 2 years ago
AttendeeRemovedEvent.php feat(events): Migrate attendee and participant events to typed ones 2 years ago
AttendeesAddedEvent.php feat(events): Migrate attendee and participant events to typed ones 2 years ago
AttendeesEvent.php feat(events): Migrate attendee and participant events to typed ones 2 years ago
AttendeesRemovedEvent.php Add system messages for group attendees 4 years ago
BeforeAttendeeRemovedEvent.php feat(events): Migrate attendee and participant events to typed ones 2 years ago
BeforeAttendeesAddedEvent.php feat(events): Migrate attendee and participant events to typed ones 2 years ago
BeforeCallEndedForEveryoneEvent.php feat(events): Emitted typed events for room modifications 2 years ago
BeforeChatMessageSentEvent.php feat(events): Migrate chat related events to typed events 2 years ago
BeforeDuplicateShareSentEvent.php fix(events): Migrate "already shared" to typed event 2 years ago
BeforeEmailInvitationSentEvent.php feat(events): Add typed event for sending the email invite to guests 2 years ago
BeforeFederatedUserJoinedRoomEvent.php Try to load a room by accessToken 2 years ago
BeforeGuestJoinedRoomEvent.php fix(events): Remove stray imports 2 years ago
BeforeGuestsCleanedUpEvent.php feat(events): Add type events for remaining room events 2 years ago
BeforeLobbyModifiedEvent.php feat(events): Emitted typed events for room modifications 2 years ago
BeforeParticipantModifiedEvent.php feat(events): Migrate participant modifications to typed events 2 years ago
BeforeRoomDeletedEvent.php feat(consent): Save recording consent to DB and allow retrieving with OCC 2 years ago
BeforeRoomModifiedEvent.php feat(events): Emitted typed events for room modifications 2 years ago
BeforeRoomsFetchEvent.php feat(note-to-self): Create note-to-self conversation for users 2 years ago
BeforeSessionLeftRoomEvent.php feat(events): Migrate session join and leave to typed events 2 years ago
BeforeSignalingResponseSentEvent.php fix(event): Strict type the event after clarification with event consumers 2 years ago
BeforeSignalingRoomPropertiesSentEvent.php fix(events): Remove stray imports 2 years ago
BeforeSystemMessageSentEvent.php feat(events): Migrate chat related events to typed events 2 years ago
BeforeTurnServersGetEvent.php fix(events): Fix event name when getting turn servers 2 years ago
BeforeUserJoinedRoomEvent.php feat(events): Migrate session join and leave to typed events 2 years ago
BotInstallEvent.php feat(bots): Add commands and events to install bots 2 years ago
BotUninstallEvent.php feat(bots): Add an even to uninstall bots when an app is removed/updated 2 years ago
CallEndedForEveryoneEvent.php feat(events): Emitted typed events for room modifications 2 years ago
CallNotificationSendEvent.php fix(events): Fix call notification event name to match the pattern 2 years ago
ChatEvent.php feat(events): Migrate chat related events to typed events 2 years ago
ChatMessageEvent.php feat(events): Migrate chat related events to typed events 2 years ago
ChatMessageSentEvent.php feat(events): Migrate chat related events to typed events 2 years ago
ChatParticipantEvent.php feat(events): Migrate chat related events to typed events 2 years ago
CommandEvent.php fix(docs): More specific event doc changing 2 years ago
CreateRoomTokenEvent.php feat(events): Add type events for remaining room events 2 years ago
DuplicatedParticipantEvent.php feat(events): Migrate session join and leave to typed events 2 years ago
EmailInvitationSentEvent.php feat(events): Add typed event for sending the email invite to guests 2 years ago
EndCallForEveryoneEvent.php refactor(events): Deprecate old untyped room events 2 years ago
FederatedUserJoinedRoomEvent.php Try to load a room by accessToken 2 years ago
GetTurnServersEvent.php fix(events): Fix event name when getting turn servers 2 years ago
GuestJoinedRoomEvent.php feat(events): Migrate session join and leave to typed events 2 years ago
GuestsCleanedUpEvent.php feat(events): Add type events for remaining room events 2 years ago
JoinRoomGuestEvent.php feat(events): Migrate session join and leave to typed events 2 years ago
JoinRoomUserEvent.php feat(events): Migrate session join and leave to typed events 2 years ago
LobbyModifiedEvent.php feat(events): Emitted typed events for room modifications 2 years ago
MessageParseEvent.php fix(events): Move chat message parsers to typed events 2 years ago
ModifyEveryoneEvent.php feat(events): Migrate participant modifications to typed events 2 years ago
ModifyLobbyEvent.php refactor(events): Deprecate old untyped room events 2 years ago
ModifyParticipantEvent.php feat(events): Migrate participant modifications to typed events 2 years ago
ModifyRoomEvent.php refactor(events): Deprecate old untyped room events 2 years ago
ParticipantEvent.php feat(events): Migrate session join and leave to typed events 2 years ago
ParticipantModifiedEvent.php feat(events): Migrate participant modifications to typed events 2 years ago
RemoveParticipantEvent.php feat(events): Migrate attendee and participant events to typed ones 2 years ago
RemoveUserEvent.php feat(events): Migrate attendee and participant events to typed ones 2 years ago
RoomCreatedEvent.php feat(events): Add type events for remaining room events 2 years ago
RoomDeletedEvent.php feat(consent): Save recording consent to DB and allow retrieving with OCC 2 years ago
RoomEvent.php feat(events): Add type events for remaining room events 2 years ago
RoomModifiedEvent.php feat(events): Emitted typed events for room modifications 2 years ago
RoomPasswordVerifyEvent.php feat(events): Migrate password verification to typed-event 2 years ago
SendCallNotificationEvent.php fix(events): Fix call notification event name to match the pattern 2 years ago
SessionLeftRoomEvent.php feat(events): Migrate session join and leave to typed events 2 years ago
SignalingEvent.php feat(events): Migrate signaling events to typed events 2 years ago
SignalingRoomPropertiesEvent.php feat(events): Migrate signaling events to typed events 2 years ago
SilentModifyParticipantEvent.php feat(events): Migrate participant modifications to typed events 2 years ago
SystemMessageSentEvent.php feat(events): Migrate chat related events to typed events 2 years ago
SystemMessagesMultipleSentEvent.php feat(events): Migrate chat related events to typed events 2 years ago
UserEvent.php feat(events): Add type events for remaining room events 2 years ago
UserJoinedRoomEvent.php feat(events): Migrate session join and leave to typed events 2 years ago
VerifyRoomPasswordEvent.php feat(events): Migrate password verification to typed-event 2 years ago