Is there a way to change Bidirectional.html to unidirectional?

hello
I want to change Bidirectional.scene,Bidirectional.html to unidirectional.

Originally I was going to use Broadcast.scene, but I had to create a program that assigns each ConnectID.
Brodcase.scene couldn’t change the ConnectID, so I tried to use Bidirectional.

But Bidirectional.html is bidirectional
I only need the ability to send to Unity → Web

So, I have completed the settings so that the Unity Editor can send in one direction (untiy → web).

But it’s hard to fix html.
If you comment out unnecessary functions, you will get an error in the html and you cannot run it.
In Bidirectional.html, you don’t need anything except Remote.

If you know how to delete it without error, please let me know.

[link i referenced]
https://docs.unity3d.com/Packages/com.unity.renderstreaming@3.1/manual/customize-webapp.html

thank you

In that case, a combination of receiver(Web) and Broadcast(Unity) is good.

You can specify connectionId as an argument in this line on webapp.
https://github.com/Unity-Technologies/UnityRenderStreaming/blob/develop/WebApp/client/public/receiver/js/main.js#L87

hello

I edit Broadcast.scene in Unity and
I edit the code in the WebApp and it works the way I want it to.

I almost did 2 rounds of tumbling after solving this, but I’m shy, so I endured it.
thank you

But I got a reference error while building the WebApp
It was told to import renderstreaming.js from the module folder, but in the downloaded project (Github)
There was no module folder.

So, I put all the js I use first under the receiver/js folder and used it.
I think it happened because I don’t know Html well.

Do you know where the module folder is?

WebApp client module folder is here.
https://github.com/Unity-Technologies/UnityRenderStreaming/tree/develop/WebApp/client/src

Could you try this build script?
https://github.com/Unity-Technologies/UnityRenderStreaming/blob/develop/pack_webapp.sh