Skip to content

Download the server SDK

The TiRTC Custom RTC Service SDK is used to build and deploy a custom RTC service. It provides connection authentication, WHIP session management, media and command handling, and Echo path validation.

Download and dependencies

Get the source from tangeai/tirtc-service-sdk. Before building the service, download TiRTC C SDK 2.3.0 and place the headers and TiRTC C libraries as described by clib/README.md in the repository.

The server SDK currently requires Go 1.22 or later. tirtc-service-sdk/v2 currently supports TiRTC C library 2.3.0; do not mix headers and shared libraries from different releases.

TiRTC