Live engine important stuffs
How to configure reconnection timeout in LiveKit server?
-
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
livekit:
image: livekit/livekit-server
environment:
- LIVEKIT_PARTICIPANT_RECONNECTION_TIMEOUT=120s # default is 15 seconds
# other config
Comments
Post a Comment