Friday, 02 September 2022
  20 Replies
  391 Visits
  Subscribe
Hi guys,

I need to achieve the following:

A simple Delphi FMX video conferring cross platform client app.

1. Create a room
2. Join a room
3. Broadcast video to all in room
4. Consume video fro all in room.

ie if there are 4 devices (Android, iOS, win, OSX ) show 4 video peeps in an app.

I see the ServerRTCMultiConnection which allows joining rooms but the web client only shows the local video.

Is there an example I have missed ? or one I can adapt ?