Looking for solutions to build a video chat app (Omegle/Chatroulette style) on Vision Pro

Hi everyone,

We are working on a prototype app for Apple Vision Pro that is similar in functionality to Omegle or Chatroulette, but exclusively for Vision Pro owners.

The core idea is:

– a matching system where one user connects to another through a virtual persona;

– real-time video and audio transmission;

– time limits for sessions with the ability to extend them;

– users can skip a match and move on to the next one.

We have explored WebRTC and Twilio, but unfortunately, they don’t fit our use case.

Question:

What alternative services or SDKs are available for implementing real-time video/audio communication on Vision Pro that would work with this scenario? Has anyone encountered a similar challenge and can recommend which technologies or tools to use?

Thanks in advance!

Answered by DTS Engineer in 855867022

Hello,

Check out TabletopKit and SharePlay to see if they meet your needs.

Synchronizing group gameplay with TabletopKit is related sample code.

Hello,

Check out TabletopKit and SharePlay to see if they meet your needs.

Synchronizing group gameplay with TabletopKit is related sample code.

The main problem we are currently facing is that we cannot access the camera and transmit audio. We seem to have managed to do this through LiveKit, but it needs additional testing. Maybe someone knows how PersonaParty or TelePeeps do it?

Looking for solutions to build a video chat app (Omegle/Chatroulette style) on Vision Pro
 
 
Q