Live engine important stuffs

 

How to configure reconnection timeout in LiveKit server?

  1. Use environment variable:

Set the environment variable LIVEKIT_PARTICIPANT_RECONNECTION_TIMEOUT in your docker-compose file or Docker environment:

services:
  livekit:
    image: livekit/livekit-server
    environment:
      - LIVEKIT_PARTICIPANT_RECONNECTION_TIMEOUT=120s # default is 15 seconds

    # other config



Comments

Popular posts from this blog

Generate SHA-1 and SHA-256 for Debug and Release android app

How to Import and Export MySQL Database Command line in Linux

Hosting to Heroku and Amazon S3 Service