Skip to content

Collaboration events

Invitation events

Event Dispatched by
BeforeCreateInvitationEvent InvitationService::createInvitation()
BeforeDeleteInvitationEvent InvitationService::deleteInvitation()
BeforeUpdateInvitationEvent InvitationService::updateInvitation()
CreateInvitationEvent InvitationService::createInvitation()
DeleteInvitationEvent InvitationService::deleteInvitation()
UpdateInvitationEvent InvitationService::updateInvitation()

Participant events

Event Dispatched by
AddParticipantEvent SessionService::addParticipant()
BeforeAddParticipantEvent SessionService::addParticipant()
BeforeRemoveParticipantEvent SessionService::removeParticipant()
BeforeUpdateParticipantEvent SessionService::updateParticipant()
RemoveParticipantEvent SessionService::removeParticipant()
UpdateParticipantEvent SessionService::updateParticipant()

Session events

Event Dispatched by
BeforeCreateSessionEvent SessionService::createSession()
BeforeDeleteSessionEvent SessionService::deleteSession()
BeforeUpdateSessionEvent SessionService::updateSession()
CreateSessionEvent SessionService::createSession()
DeleteSessionEvent SessionService::deleteSession()
JoinSessionEvent SessionJoinController::joinAction()
LeaveSessionEvent SessionLeaveController::leaveAction()
UpdateSessionEvent SessionService::updateSession()
SessionPublicPreviewEvent SessionPublicPreviewController::previewAction()