Skip to content

Application Server Tutorials#

Running OpenVidu?

OpenVidu is a self-hosted, LiveKit-compatible platform. If that is what you are running, read the OpenVidu version of this tutorial .

Every application server below has two specific purposes:

To do so they all define two REST endpoints:

  • /token: takes a room and participant name and returns a token.
  • /webhook: for receiving webhook events from LiveKit Server.

They use the proper LiveKit Server SDK for their language, if available.