AFK-module
AFK stands for Away From Keyboard
Overview
Accessing AFK Events
Event Name
Corresponding Epic SDK Object
PixelStreaming.addEventListener("afkWarningActivate", () => {
console.log("AFK Warning Activated!");
});
PixelStreaming.addEventListener("afkWarningDeactivate", () => {
console.log("AFK Warning Deactivated!");
});
PixelStreaming.addEventListener("afkTimedOut", () => {
console.log("User has timed out due to inactivity.");
});AFK Module
Overview
Accessing AFK Events
Event Listener Registration
Available AFK Events
Example Usage
Overlay Controls
Next Steps
Last updated