Send custom message by URS?

Hi, I wanna know is that possible to send a custom string by Unity Render Streaming? I see there’s a InputReceiver in Sample Scene and looks like he have something like Send() and OnMessage, can I use that?

thx.

1 Like

Did you find a solution?

Unity Render Streaming doesn’t provide the feature which can send custom message. You need to use WebRTC API below.
https://docs.unity3d.com/Packages/com.unity.webrtc@3.0/manual/datachannel.html