Hi openVidu team
I am looking on to implement openVidu in Unity Project for remote calling in my application.
How can I achieve this? Do you have any Documentation for the unity platform?
We do not. But it should be possible, as long as Unity engine provides a WebRTC stack (which I think it does: WebRTC - Unity Manual)
But you will have to implement the OpenVidu RPC protocol on your own, as there is no “Unity client SDK”: OpenVidu Docs. Our native Android tutorial does exactly that: OpenVidu Docs.
Best regards.
In fact, someone has do it: