RTCMultiConnection Server API

RTCMultiConnection server-side API for sgcWebSockets. Manage WebRTC rooms, signaling, and multi-party connections from your Delphi server.

Capabilities

  • Server-side signaling for WebRTC room management
  • Multi-party audio, video, and data connections
  • Room creation, joining, and participant management
  • Scalable signaling server for WebRTC applications
  • Compatible with RTCMultiConnection JavaScript library

Delphi Example

uses
  sgcWebSocket_Server_API_RTCMultiConnection;

var
  Server: TsgcWebSocketHTTPServer;
  API: TsgcWSAPI_RTCMultiConnection;
begin
  Server := TsgcWebSocketHTTPServer.Create(nil);
  Server.Port := 9001;
  API := TsgcWSAPI_RTCMultiConnection.Create(nil);
  API.Server := Server;
  Server.Start;
end;

Documentation & Demos

Deep-link to the component reference, grab the ready-to-run demo project, and download the trial.

Ready to Build WebRTC Signaling?

Download the free trial and start building in minutes.