skeldjs
Preparing search index...
core/lib
SecurityCameraEvent
Interface SecurityCameraEvent<RoomType>
interface
SecurityCameraEvent
<
RoomType
extends
StatefulRoom
>
{
room
:
RoomType
;
security
:
SecurityCameraSystem
<
RoomType
>
;
}
Type Parameters
RoomType
extends
StatefulRoom
Hierarchy (
View Summary
)
RoomEvent
<
RoomType
>
SecurityCameraEvent
Implemented by
SecurityCameraJoinEvent
SecurityCameraLeaveEvent
Index
Properties
room
security
Properties
room
room
:
RoomType
The room or client that the event came from.
security
security
:
SecurityCameraSystem
<
RoomType
>
The security cameras that the event is for.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
room
security
skeldjs
Loading...
The room or client that the event came from.