Unity-Technologies / UnityRenderStreaming

Streaming server for Unity
Other
1.3k stars 358 forks source link

[REQUEST]: Ability to use custom Signaling classes other than that of what RenderStreaming provides. #971

Open amieka opened 9 months ago

amieka commented 9 months ago

Is your feature request related to a problem?

While the current signaling system works just fine in its current state it is tightly coupled with the RenderStreaming package itself. As a developer I'd like to be able to using my own Signaling classes / packages in-order to customize interaction between peers before a WebRTC session is established.

Describe the solution you'd like

If there are ways to override existing classes to achieve the same, an example would be nice.

If that is not possible perhaps we can have an open discussion on architectural considerations for adding this feature.

Describe alternatives you've considered

No response

Additional context

No response