Multiplayer Streaming Solutions

I developed an apartment in unreal engine for letting people tour my home replica which i made. But, unfortunately i need multiplayer features. I did pixel streaming but when 2 people try to visit my home on web. They are unable to use it and get same controls.

Please help

If you are having issues regarding multiplayer, I suggest learning a little bit about Unreal Engine’s built-in networking features: Unreal Engine provides a set of networking features that you can use to create multiplayer functionality. You can use the “Replication” feature to synchronize the state of actors across different clients, and the “RPC” feature to call functions on other clients.

By default replication will not work out of the box for components or actors which doesn’t have multiplayer (replication) enabled for them.