Application server tutorials#
Every application server below has two specific purposes:
- Generate LiveKit tokens on demand for any application client.
- Receive LiveKit webhook events.
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.