Options
Menu

Class ActivityDeletedEvent

The ActivityDeletedEvent is fired when an activity was deleted while the local session was joined to an Activity.

Hierarchy

  • ActivityDeletedEvent

Implements

Index

Properties

activity

activity: Activity

The Activity that this event relates to.

local

local: boolean

Will be true if this event is from the local user / session; false otherwise.

name

name: string = ActivityDeletedEvent.EVENT_NAME

The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.

Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.

sessionId

sessionId: string

The session id of the session that originated this event.

user

The username of the user originated this event.

EVENT_NAME

EVENT_NAME: string = "deleted"

The event name that all instances of this class will use.