This is a forked and tweaked version of Embed Streaming into a Webpage (no iframe solution) for a streaming UI implementation using react library.
Method 2 of this document can be used without changing the source code of the target application. By simply using the server provided in this doc, we can achieve single use token system.
...
When a browser tries to fetch the index.html, the server queries the token from e3ds server and injects into the html along with clientUserName
and serves it to the browser.
Useful Global Functions
...
:
Useful Global Functions and Eventsin No-Iframe Solution
...
Expand | ||
---|---|---|
| ||
To send message to UE app from the web app call “e3ds_controller.sendToUnreal” .
|