Skip to main content
Skip table of contents

Useful Events in Iframe Solution

Here’s a list of useful events that can be found inside demo.js file inside js folder the E3DS-Iframe-Demo repository. These events can be used to implement different kinds for features in your website.

ResponseFromUE4: Occurs when a response from Unreal Engine is received.
stage1_inqueued: Occurs when the app enters a queue.
stage2_deQueued: Occurs when the app is removed from a queue.

stage3_slotOccupied: Occurs when the app occupies a slot.
stage4_playBtnShowedUp: Occurs when the play button shows up.

stage5_playBtnPressed: Occurs when the play button is pressed.

QueueNumberUpdated: Occurs when queue number is updated. contains updated queue number inside event.data.queuePosition

stage3_1_AppAcquiringProgress: Provides the app acquiring progress percentage. Percentage can be found inside event.data.percent

stage3_2_AppPreparationProgress: Provides the app preparation progress percentage. Percentage can be found inside event.data.percent

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.