Options
Menu

Class ActivityForceLeaveEvent

The ActivityForceLeaveEvent is fired when an the local session is forced to leave an Activity by the server.

Hierarchy

  • ActivityForceLeaveEvent

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 = ActivityForceLeaveEvent.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.

reason

reason: string

The reason the session was forced to leave.

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 = "force_leave"

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