Files
livekit/.gitignore
David Colburn bf46e998b2 Sfu/buffer stats for telemetry (#173)
* more buffer stats for analytics

* update names

* fix jitter and lost rate

* don't return on participantLeft if they never published
2021-11-09 02:06:07 -06:00

28 lines
364 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# checksums of file tree
.checksumgo
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
livekit-server
# Dependency directories (remove the comment below to include it)
# vendor/
bin/
proto/
# Mac
.DS_Store
# IDE
.idea